Config file with db locaiton and port select.

This commit is contained in:
Kevin Midboe
2017-04-12 22:19:40 +02:00
parent c6221e8073
commit 35146a5964

11
conf/development.json Normal file
View File

@@ -0,0 +1,11 @@
{
"database": {
"host": "shows.db"
},
"webserver": {
"port": 31459
},
"tmdb": {
"apiKey": "9fa154f5355c37a1b9b57ac06e7d6712"
}
}