Fix SECRET_KEY sentinel in backend/.env.example
Align with config.py check so the fatal safety exit triggers correctly if this file is used verbatim in production. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c986028f51
commit
cad1ca00c7
@ -1,2 +1,2 @@
|
||||
DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/umbra
|
||||
SECRET_KEY=your-secret-key-change-in-production-use-a-long-random-string
|
||||
SECRET_KEY=your-secret-key-change-in-production
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user