Add new parameter PGSAIL_APP_UR

This commit is contained in:
xbgmsharp
2022-10-18 21:39:58 +02:00
parent 07c7628973
commit 7fb24d8cae
3 changed files with 40 additions and 21 deletions

View File

@@ -16,6 +16,7 @@ INSERT INTO app_settings (name, value) VALUES
('app.email_from', '${PGSAIL_EMAIL_FROM}'),
('app.pushover_token', '${PGSAIL_PUSHOVER_TOKEN}'),
('app.pushover_app', '_todo_'),
('app.url', '${PGSAIL_APP_URL}'),
('app.version', '${PGSAIL_VERSION}');
-- Update comment with version
COMMENT ON DATABASE signalk IS 'version ${PGSAIL_VERSION}';