From 6e9d511b5c9798ef847e1ea1b9136bbd11eaee93 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 4 Nov 2017 19:28:34 +0100 Subject: [PATCH] Added empty log file and stripped config file. --- seasoned_api/conf/development.json | 24 ++++++++++++++++++++++++ seasoned_api/conf/output.log | 1 + 2 files changed, 25 insertions(+) create mode 100644 seasoned_api/conf/development.json create mode 100644 seasoned_api/conf/output.log diff --git a/seasoned_api/conf/development.json b/seasoned_api/conf/development.json new file mode 100644 index 0000000..e349515 --- /dev/null +++ b/seasoned_api/conf/development.json @@ -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": "" + } +} diff --git a/seasoned_api/conf/output.log b/seasoned_api/conf/output.log new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/seasoned_api/conf/output.log @@ -0,0 +1 @@ +