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:
Kyle 2026-03-02 17:46:39 +08:00
parent c986028f51
commit cad1ca00c7

View File

@ -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