added update notice, re-running db
This commit is contained in:
8
.env
8
.env
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user