Skip to content

Commit 8626ea1

Browse files
feyclaude
andcommitted
fix: use longer SECRET_KEY for bugsink local dev to pass Django security check
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f70b35c commit 8626ea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
ports:
1919
- 8000:8000
2020
environment:
21-
- SECRET_KEY=localdev
21+
- SECRET_KEY=localdev-hexlet-devops-example-app-not-for-production-use
2222
- ALLOWED_HOSTS=localhost,bugsink
2323
- SUPERUSER_EMAIL=admin@example.com
2424
- SUPERUSER_PASSWORD=admin

0 commit comments

Comments
 (0)