From 35146a5964b35fa9299ee2ba04ea64f38a6fd38a Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Wed, 12 Apr 2017 22:19:40 +0200 Subject: [PATCH] Config file with db locaiton and port select. --- conf/development.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/development.json diff --git a/conf/development.json b/conf/development.json new file mode 100644 index 0000000..8b7cf6f --- /dev/null +++ b/conf/development.json @@ -0,0 +1,11 @@ +{ + "database": { + "host": "shows.db" + }, + "webserver": { + "port": 31459 + }, + "tmdb": { + "apiKey": "9fa154f5355c37a1b9b57ac06e7d6712" + } +} \ No newline at end of file