Added empty log file and stripped config file.
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": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
1
seasoned_api/conf/output.log
Normal file
1
seasoned_api/conf/output.log
Normal file
@@ -0,0 +1 @@
|
|||||||
|
|
||||||
Reference in New Issue
Block a user