added database
This commit is contained in:
BIN
blechreiz/database.sqlite
Normal file
BIN
blechreiz/database.sqlite
Normal file
Binary file not shown.
@@ -45,7 +45,7 @@ EMAIL_USE_TLS = False
|
|||||||
|
|
||||||
|
|
||||||
# Hosts/domain names that are valid for this site; required if DEBUG is False
|
# Hosts/domain names that are valid for this site; required if DEBUG is False
|
||||||
ALLOWED_HOSTS = ["localhost", "127.0.0.1", ".blechreiz.com", ".bauer.technology", ".bauer.tech"]
|
ALLOWED_HOSTS = ["localhost", "127.0.0.1", ".blechreiz.com", ".bauer.tech", ".br.tech"]
|
||||||
|
|
||||||
# Local time zone for this installation.
|
# Local time zone for this installation.
|
||||||
TIME_ZONE = "Europe/Berlin"
|
TIME_ZONE = "Europe/Berlin"
|
||||||
@@ -179,7 +179,7 @@ GCAL_COUPLING = {
|
|||||||
"clientId": "34462582242-4kpdvvbi27ajt4u22uitqurpve9o8ipj.apps.googleusercontent.com",
|
"clientId": "34462582242-4kpdvvbi27ajt4u22uitqurpve9o8ipj.apps.googleusercontent.com",
|
||||||
"client_secret": os.environ.get("GCAL_CLIENT_SECRET", ""),
|
"client_secret": os.environ.get("GCAL_CLIENT_SECRET", ""),
|
||||||
"credentials_file": PROJECT_PATH + "/calendarCredentials.dat",
|
"credentials_file": PROJECT_PATH + "/calendarCredentials.dat",
|
||||||
"push_url": "https://blechreiz.bauer.technology/eventplanner_gcal/gcalApiCallback",
|
"push_url": "https://blechreiz.bauer.tech/eventplanner_gcal/gcalApiCallback",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
0
docker/entrypoint.sh
Normal file → Executable file
0
docker/entrypoint.sh
Normal file → Executable file
Reference in New Issue
Block a user