diff --git a/blechreiz/database.sqlite b/blechreiz/database.sqlite new file mode 100644 index 0000000..f1c7d51 Binary files /dev/null and b/blechreiz/database.sqlite differ diff --git a/blechreiz/settings.py b/blechreiz/settings.py index a920b37..64eb746 100644 --- a/blechreiz/settings.py +++ b/blechreiz/settings.py @@ -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", } diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh old mode 100644 new mode 100755