23 lines
460 B
YAML
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"
|