Skip to content

Commit e196d08

Browse files
committed
add api encryption key to this too
1 parent dbac8f8 commit e196d08

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker-compose.local.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ services:
1616
- NEXT_PUBLIC_APP_URL=${NEXT_PUBLIC_APP_URL:-http://localhost:3000}
1717
- BETTER_AUTH_SECRET=${BETTER_AUTH_SECRET:-your_auth_secret_here}
1818
- ENCRYPTION_KEY=${ENCRYPTION_KEY:-your_encryption_key_here}
19+
- API_ENCRYPTION_KEY=${API_ENCRYPTION_KEY:-}
1920
- INTERNAL_API_SECRET=${INTERNAL_API_SECRET:-dev-internal-api-secret-min-32-chars}
2021
- COPILOT_API_KEY=${COPILOT_API_KEY}
2122
- SIM_AGENT_API_URL=${SIM_AGENT_API_URL}

docker-compose.prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ services:
1515
- NEXT_PUBLIC_APP_URL=${NEXT_PUBLIC_APP_URL:-http://localhost:3000}
1616
- BETTER_AUTH_SECRET=${BETTER_AUTH_SECRET:-your_auth_secret_here}
1717
- ENCRYPTION_KEY=${ENCRYPTION_KEY:-your_encryption_key_here}
18+
- API_ENCRYPTION_KEY=${API_ENCRYPTION_KEY:-}
1819
- INTERNAL_API_SECRET=${INTERNAL_API_SECRET}
1920
- COPILOT_API_KEY=${COPILOT_API_KEY}
2021
- SIM_AGENT_API_URL=${SIM_AGENT_API_URL}

0 commit comments

Comments
 (0)