🔒️(backend) fix Django security warning with longer dev secret key

Replace mock Django secret key with longer version to resolve security
warnings in development stack.

Still not production-suitable as key remains versioned in repository,
but eliminates security warnings during development workflow.
This commit is contained in:
lebaudantoine
2025-08-25 16:15:50 +02:00
committed by aleb_the_flash
parent 4f4b4d3231
commit f46a5dc157
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
djangoSecretKey: u!vbjDW71aru&OZA%NZQi0x
djangoSecretKey: 7K9mQ2xR8pL3vN6tY1sW4jH5cE0zF9bM2qA7uI3oP6rT1wErt12te12
livekit:
keys:
devkey: secret

View File

@@ -1,4 +1,4 @@
djangoSecretKey: u!vbjDW71aru&OZA%NZQi0x
djangoSecretKey: 7K9mQ2xR8pL3vN6tY1sW4jH5cE0zF9bM2qA7uI3oP6rT1wErt12te12
livekit:
keys:
devkey: secret

View File

@@ -1,4 +1,4 @@
djangoSecretKey: u!vbjDW71aru&OZA%NZQi0x
djangoSecretKey: 7K9mQ2xR8pL3vN6tY1sW4jH5cE0zF9bM2qA7uI3oP6rT1wErt12te12
livekit:
keys:
devkey: secret