Skip to content

Commit ce49e0e

Browse files
Move to app. subdomain
1 parent 7e980a5 commit ce49e0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/kubernetes_diffgram_enterprise_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
env:
173173
diffgramVersion: ${{ env.diffgram_version }}
174174
diffgramEdition: opencore
175-
diffgramDomain: diffgram.com
175+
diffgramDomain: app.diffgram.com
176176
useCertManager: true
177177
useTls: true
178178
dbSettings.dbProvider: azure

shared/settings/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
False)) # default False because generally for production we don't want it
116116

117117
# Eventhub Settings
118-
EVENTHUB_URL = os.getenv('EVENTHUB_URL', 'https://diffgram.com/api/walrus/eventhub/new')
118+
EVENTHUB_URL = os.getenv('EVENTHUB_URL', 'https://app.diffgram.com/api/walrus/eventhub/new')
119119
ALLOW_EVENTHUB = env_adapter.bool(os.environ.get('ALLOW_EVENTHUB', False))
120120

121121
# Stripe

0 commit comments

Comments
 (0)