Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ GRAM_WORKER_CONTROL_ADDRESS = ":8082"
GRAM_ENVIRONMENT = "local"
GRAM_SERVER_URL = "https://localhost:8080"
GRAM_SITE_URL = "https://localhost:5173"
GRAM_DASHBOARD_URL = "{{env.GRAM_SITE_URL}}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace usages of this environment variable from the codebase with GRAM_SITE_URL. It's not going to be different from GRAM_SITE_URL so no point having both.

GRAM_ASSETS_BACKEND = "fs"
GRAM_ASSETS_URI = ".assets"
## The following variable is used to encrypt env vars stored in the database.
Expand Down