We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c37902 commit e30e75eCopy full SHA for e30e75e
1 file changed
docker-compose.yml
@@ -22,7 +22,7 @@ services:
22
- CONFIG_PATH=/data/config.json
23
- AUTH_URL=${AUTH_URL:-http://localhost:3000}
24
- AUTH_SECRET=${AUTH_SECRET:-000000000000000000000000000000000} # CHANGEME: generate via `openssl rand -base64 33`
25
- - SOURCEBOT_ENCRYPTION_KEY=${SOURCEBOT_ENCRYPTION_KEY:-000000000000000000000000000000000} # CHANGEME: generate via `openssl rand -base64 24`
+ - SOURCEBOT_ENCRYPTION_KEY=${SOURCEBOT_ENCRYPTION_KEY:-00000000000000000000000000000000} # CHANGEME: generate via `openssl rand -base64 24`
26
- DATABASE_URL=${DATABASE_URL:-postgresql://postgres:postgres@postgres:5432/postgres} # CHANGEME
27
- REDIS_URL=${REDIS_URL:-redis://redis:6379} # CHANGEME
28
0 commit comments