Add new variable PGSAIL_PUSHOVER_APP_URL

This commit is contained in:
xbgmsharp
2022-12-02 11:50:33 +01:00
parent 00cdd7ca18
commit dbd29ca58a
2 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ INSERT INTO app_settings (name, value) VALUES
('app.email_pass', '${PGSAIL_EMAIL_PASS}'),
('app.email_from', '${PGSAIL_EMAIL_FROM}'),
('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.url', '${PGSAIL_APP_URL}'),
('app.version', '${PGSAIL_VERSION}');