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