Skip to content

Commit e30e75e

Browse files
Fix SOURCEBOT_ENCRYPTION_KEY default value
1 parent 8c37902 commit e30e75e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- CONFIG_PATH=/data/config.json
2323
- AUTH_URL=${AUTH_URL:-http://localhost:3000}
2424
- 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`
25+
- SOURCEBOT_ENCRYPTION_KEY=${SOURCEBOT_ENCRYPTION_KEY:-00000000000000000000000000000000} # CHANGEME: generate via `openssl rand -base64 24`
2626
- DATABASE_URL=${DATABASE_URL:-postgresql://postgres:postgres@postgres:5432/postgres} # CHANGEME
2727
- REDIS_URL=${REDIS_URL:-redis://redis:6379} # CHANGEME
2828

0 commit comments

Comments
 (0)