You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Cohen, Yohay
committed
Update configuration paths for runtime settings, migrating from project root to data/config directory for better Docker volume persistence. Adjust localization strings to reflect new file location and enhance backup service documentation for clarity.
Copy file name to clipboardExpand all lines: client/src/locales/en.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1114,7 +1114,7 @@
1114
1114
},
1115
1115
"env": {
1116
1116
"title": "Environment Variables",
1117
-
"subtitle": "Configure system-level settings stored in runtime-settings.json at the project root",
1117
+
"subtitle": "Configure system-level settings stored in data/config/runtime-settings.json (next to your database; persists with the data folder / Docker volume)",
1118
1118
"profile_encryption_note": "Saved bank credentials are encrypted with your app password (set via the strip under the header). If you still have ENCRYPTION_KEY in runtime-settings.json from an older setup, unlock once after upgrade — profiles are re-encrypted automatically and you can remove that variable.",
Copy file name to clipboardExpand all lines: client/src/locales/he.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1114,7 +1114,7 @@
1114
1114
},
1115
1115
"env": {
1116
1116
"title": "משתני סביבה",
1117
-
"subtitle": "הגדרת משתני מערכת הנשמרים בקובץ runtime-settings.json בשורש הפרויקט",
1117
+
"subtitle": "הגדרת משתני מערכת הנשמרים ב-data/config/runtime-settings.json (ליד מסד הנתונים; נשמר עם תיקיית הנתונים / נפח Docker)",
1118
1118
"profile_encryption_note": "פרטי התחברות לבנקים נשמרים מוצפנים עם סיסמת האפליקציה (מוגדרת בשורה מתחת לכותרת). אם עדיין קיים ENCRYPTION_KEY ב-runtime-settings.json מהגדרה ישנה, בטל נעילה פעם אחת אחרי העדכון — הפרופילים יוצפנו מחדש אוטומטית ואפשר להסיר את המשתנה.",
0 commit comments