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 65ac047 + 7afa764 commit 0046b1aCopy full SHA for 0046b1a
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 = [".run.app"] # Temporary in order to get Cloud Run default
11
-SITE_URL = ""
+ALLOWED_HOSTS = ["activitypub-testbed-prod-run-512458093489.us-central1.run.app"]
+SITE_URL = "https://activitypub-testbed-prod-run-512458093489.us-central1.run.app"
12
13
# PostgreSQL for production
14
DATABASES = {"default": env.db_url("DJ_DATABASE_CONN_STRING")}
0 commit comments