fix/docker-compose-env-variables: remove DODA_API variables and clean up production configuration

This commit is contained in:
2026-04-27 12:17:19 -05:00
parent c3e4cf22fc
commit edafbde59d
3 changed files with 3 additions and 3 deletions

View File

@@ -176,7 +176,6 @@ services:
- COVE_FIEL_HASH_IV=${COVE_FIEL_HASH_IV}
- COVE_API_URL=${COVE_API_URL:-https://api.vu.aduanasoft.com}
- COVE_API_VERIFY_SSL=${COVE_API_VERIFY_SSL:-False}
- VALKEY_URL=${VALKEY_URL:-redis://valkey:6379/0}
- CENTRAL_SERVER_URL=${CENTRAL_SERVER_URL:-""}
- SYNC_SECRET_TOKEN=${SYNC_SECRET_TOKEN:-change-this-sync-token-in-production}