frostfs-http-gw/.test.env
Evgeniy Kulikov b6d94ec9a5
Fixes around get_by_attribute
Before, `attr_val` ignores attribute values that contains slashes in it value, now it's fixed.

Update to v0.3.2 with fixing status of connection pool.

Added debug log message when object not found, for debug reasons.

Update .test.env variables prefix, it was changed in one of previous releases.

Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
2021-01-23 16:28:12 +03:00

19 lines
No EOL
519 B
Bash

HTTP_GW_VERBOSE=--true
HTTP_GW_KEY=generated
HTTP_GW_LISTEN_ADDRESS=0.0.0.0:8087
HTTP_GW_LOGGER_LEVEL=debug
HTTP_GW_CONNECT_TIMEOUT=60s
HTTP_GW_REQUEST_TIMEOUT=300s
HTTP_GW_KEEPALIVE_TIMEOUT=300s
HTTP_GW_KEEPALIVE_TIME=120s
HTTP_GW_KEEPALIVE_PERMIT_WITHOUT_STREAM=True
HTTP_GW_CONN_TTL=1h
HTTP_GW_PEERS_0_WEIGHT=1.0
HTTP_GW_PEERS_1_WEIGHT=0.125
HTTP_GW_PEERS_2_WEIGHT=0.125
HTTP_GW_PEERS_3_WEIGHT=0.125
HTTP_GW_PEERS_4_WEIGHT=0.125
HTTP_GW_PEERS_5_WEIGHT=0.125
HTTP_GW_PEERS_6_WEIGHT=0.125
HTTP_GW_PEERS_7_WEIGHT=0.125