Files
test_deploy/.build/config/production.yaml
Alex Shevchuk a11e3b3a82
All checks were successful
Go Linter / Run golangci-lint (api_gateway) (push) Successful in 3m51s
Go Linter / Tag Commit (push) Successful in 12s
Go Linter / Build golang services (api_gateway) (push) Successful in 4m15s
Go Linter / Push Docker Images (api_gateway) (push) Successful in 8m11s
77 СЕМЬ
2025-09-17 16:13:32 +03:00

23 lines
460 B
YAML

env: "local"
host: "0.0.0.0"
port: 8000
broker:
notificationsQueueName: "molva-notification"
cache:
readOnly: false
dialTimeout: 1h
poolSize: 10
defaultTtl: 1h
rootCaFilePath: "/etc/.redis/YandexInternalRootCA.crt"
s3Storage:
bucket: "molva-staging" # TODO: change to prod bucket
defaultLinkTtl: 1h
database:
schema: test_schema # TODO: change to prod schema
sslmode: require
rootCaFilePath: "/etc/.postgres/YandexInternalRootCA.crt"