30 lines
459 B
YAML
30 lines
459 B
YAML
Name: chat-api
|
|
Host: 0.0.0.0
|
|
Port: 28888
|
|
|
|
Hybrid:
|
|
Name: chat-hybrid
|
|
Protocol: auto
|
|
Ws:
|
|
Name: chat-ws
|
|
Addr: :28889
|
|
Path: /ws/chat
|
|
MaxConnections: 10000
|
|
Auth:
|
|
Enabled: true
|
|
Source: envoy-header
|
|
HeaderName: x-auth-user-id
|
|
FallbackStrategy: auto
|
|
MaxRetries: 3
|
|
MaxConnections: 10000
|
|
Auth:
|
|
Enabled: true
|
|
WsHeaderName: x-auth-user-id
|
|
|
|
Stateless:
|
|
PollInterval: 100ms
|
|
BatchSize: 100
|
|
|
|
Log:
|
|
Level: debug
|