added update notice, re-running db
Some checks failed
Deploy / deploy (push) Successful in 1m9s
Security Tests / security-non-db (push) Successful in 20s
Security Tests / security-db (push) Failing after 19s

This commit is contained in:
2026-03-10 21:25:17 -05:00
parent fe96bf85da
commit a7e3448d28
2 changed files with 22 additions and 5 deletions

8
.env
View File

@@ -31,9 +31,9 @@ EMAIL_FROM="SkyMoney Budget <no-reply@skymoneybudget.com>"
EMAIL_BOUNCE_FROM=bounces@skymoneybudget.com
EMAIL_REPLY_TO=support@skymoneybudget.com
UPDATE_NOTICE_VERSION=5
UPDATE_NOTICE_TITLE="Important Service Update"
UPDATE_NOTICE_BODY="We experienced a production database incident that resulted in loss of stored account data. We have restored system access and strengthened backup/recovery protections. Please review your account and re-enter any missing data. If you need help, contact support@skymoneybudget.com."
UPDATE_NOTICE_VERSION=6
UPDATE_NOTICE_TITLE="Added estimate Fixed Expenses"
UPDATE_NOTICE_BODY="We added estimate amounts for fixed expenses in the onboarding proccess. Now, users can add estimate totals for fixed expenses if they are unsure of the ending total amount due."
ALLOW_INSECURE_AUTH_FOR_DEV=false
JWT_ISSUER=skymoney-api
JWT_AUDIENCE=skymoney-web
@@ -48,4 +48,4 @@ EXPECTED_PROD_DB_NAME=skymoney
EXPECTED_BACKUP_DB_HOST=127.0.0.1
EXPECTED_BACKUP_DB_NAME=skymoney
PROD_DB_VOLUME_NAME=skymoney_pgdata
ALLOW_EMPTY_PROD_VOLUME=0
ALLOW_EMPTY_PROD_VOLUME=0