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.
13 lines
278 B
YAML
13 lines
278 B
YAML
djangoSecretKey: 7K9mQ2xR8pL3vN6tY1sW4jH5cE0zF9bM2qA7uI3oP6rT1wErt12te12
|
|
livekit:
|
|
keys:
|
|
devkey: secret
|
|
webhook:
|
|
api_key: devkey
|
|
livekitApi:
|
|
key: devkey
|
|
secret: secret
|
|
oidc:
|
|
clientId: meet
|
|
clientSecret: ThisIsAnExampleKeyForDevPurposeOnly
|