Created example config and added development config to gitignore

This commit is contained in:
2019-06-28 22:39:24 +02:00
parent 91dcfaccb9
commit 4019d63f3b
2 changed files with 3 additions and 9 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
.DS_Store .DS_Store
development.json
env env
shows.db shows.db

View File

@@ -14,14 +14,7 @@
"raven": { "raven": {
"DSN": "" "DSN": ""
}, },
"mail": {
"host": "",
"user": "",
"password": "",
"user_pi": "",
"password_pi": ""
},
"authentication": { "authentication": {
"secret": "secret" "secret": "secret"
} }
} }