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
development.json
env
shows.db

View File

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