From e791ec7d0727942a8041cb9ed99cff4175b20b40 Mon Sep 17 00:00:00 2001 From: dhash Date: Thu, 5 Feb 2026 18:19:09 -0800 Subject: [PATCH] fix: add a dashboard environment variable for gram auth to be nice --- mise.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mise.toml b/mise.toml index ff2eea1c1..f67fe08e2 100644 --- a/mise.toml +++ b/mise.toml @@ -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}}" GRAM_ASSETS_BACKEND = "fs" GRAM_ASSETS_URI = ".assets" ## The following variable is used to encrypt env vars stored in the database.