Skip to content

Commit 4dfa372

Browse files
committed
use webmention domain as env
1 parent 3c4d12f commit 4dfa372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/django/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186

187187
SITE_ID = 1
188188

189-
WEBMENTION_DOMAIN = "mahmoudashraf.dev" # e.g., maw.sh
189+
WEBMENTION_DOMAIN = env.str("WEBMENTION_DOMAIN", "mahmoudashraf.dev") # e.g., maw.sh
190190
WEBMENTION_TOKEN = env.str("WEBMENTION_TOKEN", "")
191191
LEGACY_SITE_DOMAIN = "maw.sh"
192192

0 commit comments

Comments
 (0)