added database

This commit is contained in:
2026-04-09 15:18:21 +02:00
parent 4c92a97759
commit 78125921ee
3 changed files with 2 additions and 2 deletions

BIN
blechreiz/database.sqlite Normal file

Binary file not shown.

View File

@@ -45,7 +45,7 @@ EMAIL_USE_TLS = 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.
TIME_ZONE = "Europe/Berlin"
@@ -179,7 +179,7 @@ GCAL_COUPLING = {
"clientId": "34462582242-4kpdvvbi27ajt4u22uitqurpve9o8ipj.apps.googleusercontent.com",
"client_secret": os.environ.get("GCAL_CLIENT_SECRET", ""),
"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
View File