jabogram/server/secrets.env.example
bvn13 9d463e5f96 revert coturn container, use Snikket built-in TURN instead
The snikket_server image includes a TURN server that is enabled by default
(SNIKKET_TWEAK_TURNSERVER=1). A separate coturn container conflicts on port
3478 and adds unnecessary complexity for a standard deployment.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 09:53:13 +03:00

8 lines
162 B
Plaintext

# S3 Upload Handler secrets
UPLOAD_SECRET=change-me
AWS_ACCESS_KEY_ID=change-me
AWS_SECRET_ACCESS_KEY=change-me
# PostgreSQL secrets
POSTGRES_PASSWORD=change-me