fix(templates): update SECRET_KEY environment variable in getoutline.yaml to use SERVICE_HEX_32_OUTLINE

This commit is contained in:
Andras Bacsai
2025-09-01 16:44:09 +02:00
parent 9db8b62219
commit f38217e717
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ services:
environment: environment:
- SERVICE_URL_OUTLINE_3000 - SERVICE_URL_OUTLINE_3000
- NODE_ENV=production - NODE_ENV=production
- SECRET_KEY=${SERVICE_BASE64_OUTLINE} - SECRET_KEY=${SERVICE_HEX_32_OUTLINE}
- UTILS_SECRET=${SERVICE_PASSWORD_64_OUTLINE} - UTILS_SECRET=${SERVICE_PASSWORD_64_OUTLINE}
- DATABASE_URL=postgres://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_64_POSTGRES}@postgres:5432/${POSTGRES_DATABASE:-outline} - DATABASE_URL=postgres://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_64_POSTGRES}@postgres:5432/${POSTGRES_DATABASE:-outline}
- REDIS_URL=redis://:${SERVICE_PASSWORD_64_REDIS}@redis:6379 - REDIS_URL=redis://:${SERVICE_PASSWORD_64_REDIS}@redis:6379

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long