From 4019d63f3b78dbf6c60d5ce78a7005050e88f3fb Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Fri, 28 Jun 2019 22:39:24 +0200 Subject: [PATCH] Created example config and added development config to gitignore --- .gitignore | 1 + .../{development.json => development.json.example} | 11 ++--------- 2 files changed, 3 insertions(+), 9 deletions(-) rename seasoned_api/conf/{development.json => development.json.example} (59%) diff --git a/.gitignore b/.gitignore index be0f9f0..6447c5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store +development.json env shows.db diff --git a/seasoned_api/conf/development.json b/seasoned_api/conf/development.json.example similarity index 59% rename from seasoned_api/conf/development.json rename to seasoned_api/conf/development.json.example index f9b1801..6f95f9a 100644 --- a/seasoned_api/conf/development.json +++ b/seasoned_api/conf/development.json.example @@ -14,14 +14,7 @@ "raven": { "DSN": "" }, - "mail": { - "host": "", - "user": "", - "password": "", - "user_pi": "", - "password_pi": "" - }, "authentication": { - "secret": "secret" - } + "secret": "secret" + } }