Skip to content
Prev Previous commit
Next Next commit
Update STACK_SERVER_SECRET_OLD in .env.example with the previous secr…
…et value
  • Loading branch information
aadesh18 committed Apr 20, 2026
commit c9b4643b379bbb8ac5161aa7b4e13f2853c6e6d0
4 changes: 2 additions & 2 deletions docker/server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ NEXT_PUBLIC_STACK_DASHBOARD_URL=http://localhost:8101

STACK_DATABASE_CONNECTION_STRING=postgres://postgres:password@host.docker.internal:8128/stackframe

Comment thread
aadesh18 marked this conversation as resolved.
STACK_SERVER_SECRET=23-wuNpik0gIW4mruTz25rbIvhuuvZFrLOLtL7J4tyo
STACK_SERVER_SECRET=_q4Ujch47RpWiydX_FJZDH6gKm1q5z1Ve6y8hfqWpks
# Remove after the grace window
STACK_SERVER_SECRET_OLD=
STACK_SERVER_SECRET_OLD=23-wuNpik0gIW4mruTz25rbIvhuuvZFrLOLtL7J4tyo

STACK_SEED_INTERNAL_PROJECT_ALLOW_LOCALHOST=true
STACK_SEED_INTERNAL_PROJECT_SIGN_UP_ENABLED=true
Expand Down
Loading