File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments