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 @@ +