1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00

fix test secrets

This commit is contained in:
Lukas Winkler 2021-01-25 21:47:25 +01:00
parent c162eba316
commit 1e8935f29d
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -7,8 +7,10 @@ Production = False
ADS_AUTH_TOKEN = None
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
}
}
MATOMO_API_KEY = None