chore: update
ci-api / test (push) Successful in 22m30s
ci-web / test (push) Successful in 13m15s

This commit is contained in:
Nuxgrid
2026-08-01 23:33:11 +02:00
parent cb966fcaf0
commit fb10d25ee2
21 changed files with 612 additions and 81 deletions
+16 -2
View File
@@ -39,20 +39,34 @@ env:
REDIS_HOST: redis
REDIS_PORT: "6379"
API_PORT: "8080"
STORAGE_DRIVER: local
S3_REGION: us-east-1
S3_BUCKET: ""
S3_ENDPOINT: ""
TELEGRAM_BOT_USERNAME: ""
LBTELEGRAM_URL: ""
LBTELEGRAM_BOT1_USERNAME: ""
LBTELEGRAM_BOT2_USERNAME: ""
# Valeurs sensibles — à surcharger via --set-string ou un Secret Manager externe
secrets:
DB_PASSWORD: ""
SESSION_SECRET: ""
USER_JWT_SECRET: ""
USER_JWT_SECRET_OLD: ""
ADMIN_JWT_SECRET: ""
ADMIN_JWT_SECRET_OLD: ""
REDIS_PASSWORD: ""
TOMTOM_API_KEY: ""
TOMTOM_API_KEY_1: ""
TOMTOM_API_KEY_2: ""
TOMTOM_API_KEY_3: ""
TELEGRAM_BOT_TOKEN: ""
TELEGRAM_WEBHOOK_URL: ""
TELEGRAM_WEBHOOK_SECRET: ""
NOWPAYMENTS_API_KEY: ""
NOWPAYMENTS_IPN_SECRET: ""
RUSTFS_ACCESS_KEY: ""
RUSTFS_SECRET_KEY: ""
BACKEND_LINK_SECRET: ""
podAnnotations: {}