Config file with db locaiton and port select.
This commit is contained in:
11
conf/development.json
Normal file
11
conf/development.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"database": {
|
||||||
|
"host": "shows.db"
|
||||||
|
},
|
||||||
|
"webserver": {
|
||||||
|
"port": 31459
|
||||||
|
},
|
||||||
|
"tmdb": {
|
||||||
|
"apiKey": "9fa154f5355c37a1b9b57ac06e7d6712"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user