We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0046b1a + a80debc commit 625fcacCopy full SHA for 625fcac
testbed/settings/production.py
@@ -7,8 +7,8 @@
7
DEBUG = False
8
ALLOWED_SEED_COMMAND = False
9
SECRET_KEY = env.str("DJANGO_SECRET_KEY")
10
-ALLOWED_HOSTS = ["activitypub-testbed-prod-run-512458093489.us-central1.run.app"]
11
-SITE_URL = "https://activitypub-testbed-prod-run-512458093489.us-central1.run.app"
+ALLOWED_HOSTS = ["ap-testbed.dtinit.org", "www.ap-testbed.dtinit.org", "activitypub-testbed-prod-run-512458093489.us-central1.run.app"]
+SITE_URL = "https://ap-testbed.dtinit.org/"
12
13
# PostgreSQL for production
14
DATABASES = {"default": env.db_url("DJ_DATABASE_CONN_STRING")}
0 commit comments