23 lines
375 B
YAML
23 lines
375 B
YAML
|
proxy:
|
||
|
http:
|
||
|
host: 0.0.0.0
|
||
|
port: 8080
|
||
|
metrics:
|
||
|
enabled: true
|
||
|
endpoint: /.bouncer/metrics
|
||
|
basicAuth: null
|
||
|
|
||
|
layers:
|
||
|
queue:
|
||
|
templateDir: /usr/share/bouncer/layers/queue/templates
|
||
|
defaultKeepAlive: 1m0s
|
||
|
|
||
|
redis:
|
||
|
addresses:
|
||
|
- ${RFS_BOUNCER_REDIS_SERVICE_HOST}:${RFS_BOUNCER_REDIS_SERVICE_PORT}
|
||
|
master: ""
|
||
|
|
||
|
logger:
|
||
|
level: 3
|
||
|
format: human
|