Skip to content

Commit

Permalink
Env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ivntsng committed Dec 10, 2024
1 parent 6431be8 commit fe37ed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion www/settings/configs/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ crypto:
dynamo:
table_name: www
site:
homepage: https://kscale.dev
homepage: https://dashboard.kscale.dev
artifact_base_url: https://assets.kscale.dev/
4 changes: 2 additions & 2 deletions www/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ def indent(elem: ET.Element, level: int = 0) -> ET.Element:
"http://localhost:3000",
]
PRODUCTION_URLS = [
"https://kscale.dev",
"https://www.kscale.dev",
"https://dashboard.kscale.dev",
"https://www.dashboard.kscale.dev",
]


Expand Down

0 comments on commit fe37ed1

Please sign in to comment.