Moved conf folder to seasoned_api

This commit is contained in:
2017-08-14 22:42:24 +02:00
parent b8d01fcf1c
commit d2bed84ecb
2 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
{
"database": {
"host": "shows.db"
},
"webserver": {
"port": 31459
},
"tmdb": {
"apiKey": "9fa154f5355c37a1b9b57ac06e7d6712"
},
"mail": {
"host": "mail.kevinmidboe.com",
"user": "kevinmidboe",
"password": "Kevinojm94"
}
}

View File

@@ -2,7 +2,7 @@
"name": "seasoned-api",
"main": "webserver/server.js",
"scripts": {
"start": "cross-env SEASONED_CONFIG=../conf/development.json NODE_PATH=. node src/webserver/server.js"
"start": "cross-env SEASONED_CONFIG=conf/development.json NODE_PATH=. node src/webserver/server.js"
},
"dependencies": {
"body-parser": "~1.0.1",