Update frostfs driver config and update frostfs-sdk-go version #9
1 changed files with 0 additions and 49 deletions
|
@ -4,29 +4,12 @@ log:
|
||||||
fields:
|
fields:
|
||||||
service: registry
|
service: registry
|
||||||
environment: development
|
environment: development
|
||||||
hooks:
|
|
||||||
- type: mail
|
|
||||||
disabled: true
|
|
||||||
levels:
|
|
||||||
- panic
|
|
||||||
options:
|
|
||||||
smtp:
|
|
||||||
addr: mail.example.com:25
|
|
||||||
username: mailuser
|
|
||||||
password: password
|
|
||||||
insecure: true
|
|
||||||
from: sender@example.com
|
|
||||||
to:
|
|
||||||
- errors@example.com
|
|
||||||
storage:
|
storage:
|
||||||
delete:
|
delete:
|
||||||
enabled: true
|
enabled: true
|
||||||
cache:
|
|
||||||
blobdescriptor: inmemory
|
|
||||||
maintenance:
|
maintenance:
|
||||||
uploadpurging:
|
uploadpurging:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
frostfs:
|
frostfs:
|
||||||
wallet:
|
wallet:
|
||||||
path: /path/to/wallet.json
|
path: /path/to/wallet.json
|
||||||
|
@ -58,40 +41,8 @@ storage:
|
||||||
rpc_endpoint: http://morph-chain.frostfs.devenv:30333
|
rpc_endpoint: http://morph-chain.frostfs.devenv:30333
|
||||||
http:
|
http:
|
||||||
addr: :5000
|
addr: :5000
|
||||||
debug:
|
|
||||||
addr: :5001
|
|
||||||
prometheus:
|
|
||||||
enabled: true
|
|
||||||
path: /metrics
|
|
||||||
headers:
|
headers:
|
||||||
X-Content-Type-Options: [ nosniff ]
|
X-Content-Type-Options: [ nosniff ]
|
||||||
redis:
|
|
||||||
addr: localhost:6379
|
|
||||||
pool:
|
|
||||||
maxidle: 16
|
|
||||||
maxactive: 64
|
|
||||||
idletimeout: 300s
|
|
||||||
dialtimeout: 10ms
|
|
||||||
readtimeout: 10ms
|
|
||||||
writetimeout: 10ms
|
|
||||||
notifications:
|
|
||||||
events:
|
|
||||||
includereferences: true
|
|
||||||
endpoints:
|
|
||||||
- name: local-5003
|
|
||||||
url: http://localhost:5003/callback
|
|
||||||
headers:
|
|
||||||
Authorization: [ Bearer <an example token> ]
|
|
||||||
timeout: 1s
|
|
||||||
threshold: 10
|
|
||||||
backoff: 1s
|
|
||||||
disabled: true
|
|
||||||
- name: local-8083
|
|
||||||
url: http://localhost:8083/callback
|
|
||||||
timeout: 1s
|
|
||||||
threshold: 10
|
|
||||||
backoff: 1s
|
|
||||||
disabled: true
|
|
||||||
health:
|
health:
|
||||||
storagedriver:
|
storagedriver:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue