Rename config.js into config.js.example

That will give ability of direct update from git without touching customized config.js file
This commit is contained in:
vitaly 2017-03-18 17:37:29 +03:00
parent eb5c8eef6a
commit 66eefbe40e
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ node_modules
*.swo
data
*.DS_Store
config.js

View File

@ -29,7 +29,7 @@ STDOUT. Check the README there for more details and usages.
## Installation
1. Download the package, and expand it
2. Explore the settings inside of config.js, but the defaults should be good
2. Explore the settings inside of `config.js.example` and save it as `config.js`, but the defaults should be good
3. `npm install`
4. `npm start`