Moved conf folder to seasoned_api
This commit is contained in:
16
seasoned_api/conf/development.json
Normal file
16
seasoned_api/conf/development.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"database": {
|
||||
"host": "shows.db"
|
||||
},
|
||||
"webserver": {
|
||||
"port": 31459
|
||||
},
|
||||
"tmdb": {
|
||||
"apiKey": "9fa154f5355c37a1b9b57ac06e7d6712"
|
||||
},
|
||||
"mail": {
|
||||
"host": "mail.kevinmidboe.com",
|
||||
"user": "kevinmidboe",
|
||||
"password": "Kevinojm94"
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user