77 СЕМЬ
All checks were successful
All checks were successful
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user