Added a template development.json file for build purposes.
This commit is contained in:
24
seasoned_api/conf/development.json
Normal file
24
seasoned_api/conf/development.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"database": {
|
||||||
|
"host": "../shows.db"
|
||||||
|
},
|
||||||
|
"webserver": {
|
||||||
|
"port": 31459
|
||||||
|
},
|
||||||
|
"tmdb": {
|
||||||
|
"apiKey": ""
|
||||||
|
},
|
||||||
|
"raven": {
|
||||||
|
"DSN": ""
|
||||||
|
},
|
||||||
|
"mail": {
|
||||||
|
"host": "",
|
||||||
|
"user": "",
|
||||||
|
"password": "",
|
||||||
|
"user_pi": "",
|
||||||
|
"password_pi": ""
|
||||||
|
},
|
||||||
|
"authentication": {
|
||||||
|
"secret": "secret"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user