Created example config and ignored main config.json file

This commit is contained in:
2019-06-28 17:38:07 +02:00
parent 57df35293a
commit 5825d0e608
2 changed files with 14 additions and 2 deletions

12
.gitignore vendored
View File

@@ -1,4 +1,12 @@
.DS_Store # config file - copy config.json.example
src/config.json
# Build directory
dist/
# Node packages
node_modules/ node_modules/
npm-debug.log npm-debug.log
dist/
# MacOS trash
.DS_Store

4
src/config.json.example Normal file
View File

@@ -0,0 +1,4 @@
{
"SEASONED_URL": "http://localhost:31459/api",
"ELASTIC_URL": "http://localhost:9200"
}