Api/v2 #111

Merged
KevinMidboe merged 88 commits from api/v2 into master 2019-11-04 17:01:16 +00:00
2 changed files with 3 additions and 9 deletions
Showing only changes of commit 4019d63f3b - Show all commits

1
.gitignore vendored
View File

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

View File

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