Commit 900f284
committed
fix: Add SECRET_KEY environment variable for Flask sessions in nutify
The Flask application requires SECRET_KEY for session management, but
only ENCRYPTION_KEY was being set. This caused "session is unavailable"
errors when accessing the web interface.
Both variables now use the same NUTIFY_ENCRYPTION_KEY value from the
service environment file, ensuring Flask sessions work properly.1 parent a45dbff commit 900f284
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments