Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config.json is not found, therefore it should be defined #17

Open
NimmiW opened this issue Jun 11, 2017 · 0 comments
Open

config.json is not found, therefore it should be defined #17

NimmiW opened this issue Jun 11, 2017 · 0 comments

Comments

@NimmiW
Copy link
Contributor

NimmiW commented Jun 11, 2017

image

In the above screen shot config = require('./config.json') but, it is not included in the root folder. config.json should be something like the following.

{
 "S3Bucket": "",
 "S3Region" : ""
}

However, there is a config.json in config folder also
image

Have to figure out whether require statement should be changed to config = require('./config/config.json')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants