Skip to content

Commit

Permalink
Add new postgsail settings app.keycloak_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
xbgmsharp committed Jan 12, 2024
1 parent 5d1db98 commit 682c68a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions initdb/99env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ INSERT INTO app_settings (name, value) VALUES
('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.keycloak_uri', '${PGSAIL_KEYCLOAK_URI}'),
('app.url', '${PGSAIL_APP_URL}'),
('app.version', '${PGSAIL_VERSION}');
-- Update comment with version
Expand Down

0 comments on commit 682c68a

Please sign in to comment.