Skip to content

Commit 625fcac

Browse files
authored
Merge pull request #220 from dtinit/GCP/updating-production-subdomain
GCP: updating production subdomain
2 parents 0046b1a + a80debc commit 625fcac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testbed/settings/production.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
DEBUG = False
88
ALLOWED_SEED_COMMAND = False
99
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"
10+
ALLOWED_HOSTS = ["ap-testbed.dtinit.org", "www.ap-testbed.dtinit.org", "activitypub-testbed-prod-run-512458093489.us-central1.run.app"]
11+
SITE_URL = "https://ap-testbed.dtinit.org/"
1212

1313
# PostgreSQL for production
1414
DATABASES = {"default": env.db_url("DJ_DATABASE_CONN_STRING")}

0 commit comments

Comments
 (0)