From 0d5089af2d2517e3e74b6f3f74315f0d52cfbf11 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Fri, 29 Dec 2023 11:43:49 +0100 Subject: [PATCH] Add new settings for Grafana HTTP API URL --- initdb/99env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/initdb/99env.sh b/initdb/99env.sh index 8c61193..2d0d00c 100755 --- a/initdb/99env.sh +++ b/initdb/99env.sh @@ -17,6 +17,7 @@ INSERT INTO app_settings (name, value) VALUES ('app.pushover_app_token', '${PGSAIL_PUSHOVER_APP_TOKEN}'), ('app.pushover_app_url', '${PGSAIL_PUSHOVER_APP_URL}'), ('app.telegram_bot_token', '${PGSAIL_TELEGRAM_BOT_TOKEN}'), + ('app.grafana_admin_uri', '${PGSAIL_GRAFANA_ADMIN_URI}'), ('app.url', '${PGSAIL_APP_URL}'), ('app.version', '${PGSAIL_VERSION}'); -- Update comment with version