forked from TrueCloudLab/frostfs-aio
[#41] Update service configs
* Revert storage chain cache disabling due to fix in s3-gw * Enable frostfsid validation in s3-gw by default * Bypass content encoding checks to support minio integrations Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
b36cf66356
commit
d395ac9596
2 changed files with 1 additions and 5 deletions
|
@ -69,9 +69,6 @@ control:
|
||||||
grpc:
|
grpc:
|
||||||
endpoint: localhost:16515
|
endpoint: localhost:16515
|
||||||
|
|
||||||
frostfsid:
|
|
||||||
validation:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
kludge:
|
kludge:
|
||||||
use_default_xmlns: true
|
use_default_xmlns: true
|
||||||
|
bypass_content_encoding_check_in_chunks: true
|
||||||
|
|
|
@ -2,7 +2,6 @@ morph:
|
||||||
rpc_endpoint:
|
rpc_endpoint:
|
||||||
- address: ws://localhost:30333/ws
|
- address: ws://localhost:30333/ws
|
||||||
dial_timeout: 20s
|
dial_timeout: 20s
|
||||||
ape_chain_cache_size: 0
|
|
||||||
|
|
||||||
control:
|
control:
|
||||||
grpc:
|
grpc:
|
||||||
|
|
Loading…
Reference in a new issue