Use localhost as dev origin instead of devvm.viktorbarzin.lan
DEV_HOST env var now controls the hostname, defaulting to localhost. This makes the dev setup work on any machine without requiring a specific DNS entry.
This commit is contained in:
parent
b9f576ae2b
commit
2626870396
3 changed files with 2 additions and 4 deletions
|
|
@ -12,5 +12,5 @@ OIDC_CACHE_TTL = timedelta(
|
|||
hours=1
|
||||
).total_seconds() # Cache to avoid spamming authentik with requests
|
||||
|
||||
DEV_TIER_ORIGINS = ["https://devvm.viktorbarzin.lan/"]
|
||||
DEV_TIER_ORIGINS = ["https://localhost/"]
|
||||
PROD_TIER_ORIGINS = ["https://wrongmove.viktorbarzin.me/"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue