2
Some checks failed
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Build golang services (api_gateway) (push) Has been cancelled
Go Linter / Push Docker Images (api_gateway) (push) Has been cancelled
Go Linter / Run golangci-lint (api_gateway) (push) Has been cancelled
Some checks failed
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Build golang services (api_gateway) (push) Has been cancelled
Go Linter / Push Docker Images (api_gateway) (push) Has been cancelled
Go Linter / Run golangci-lint (api_gateway) (push) Has been cancelled
This commit is contained in:
57
.build/config/local.example.yaml
Normal file
57
.build/config/local.example.yaml
Normal file
@@ -0,0 +1,57 @@
|
||||
deploy:
|
||||
env:
|
||||
- name: KEYCLOAK_BASE_URL
|
||||
value:
|
||||
- name: KEYCLOAK_REALM
|
||||
value:
|
||||
- name: KEYCLOAK_CLIENT_ID
|
||||
value:
|
||||
- name: KEYCLOAK_CLIENT_SECRET
|
||||
value:
|
||||
- name: BROKER_HOST
|
||||
value:
|
||||
- name: BROKER_PORT
|
||||
value:
|
||||
- name: BROKER_USERNAME
|
||||
value:
|
||||
- name: BROKER_PASSWORD
|
||||
value:
|
||||
- name: SHORTENER_SECRET_KEY
|
||||
value:
|
||||
- name: CACHE_ADDRS
|
||||
value:
|
||||
- name: CACHE_PASSWORD
|
||||
value:
|
||||
- name: DB_HOSTS
|
||||
value:
|
||||
- name: DB_PORT
|
||||
value:
|
||||
- name: DB_USERNAME
|
||||
value:
|
||||
- name: DB_PASSWORD
|
||||
value:
|
||||
- name: DB_DBNAME
|
||||
value:
|
||||
|
||||
env: "local"
|
||||
host: "0.0.0.0"
|
||||
port: 8000
|
||||
|
||||
broker:
|
||||
notificationsQueueName: "molva-notification"
|
||||
|
||||
cache:
|
||||
readOnly: false
|
||||
dialTimeout: 1h
|
||||
poolSize: 10
|
||||
defaultTtl: 1h
|
||||
rootCaFilePath: "/root/.redis/YandexInternalRootCA.crt"
|
||||
|
||||
s3Storage:
|
||||
bucket: "molva-staging"
|
||||
defaultLinkTtl: 1h
|
||||
|
||||
database:
|
||||
schema: test_schema
|
||||
sslmode: require
|
||||
rootCaFilePath: "/root/.redis/YandexInternalRootCA.crt"
|
0
.build/config/production.yaml
Normal file
0
.build/config/production.yaml
Normal file
0
.build/config/staging.yaml
Normal file
0
.build/config/staging.yaml
Normal file
Reference in New Issue
Block a user