mirror of
https://github.com/singchia/frontier.git
synced 2026-04-23 00:17:06 +08:00
26 lines
400 B
YAML
26 lines
400 B
YAML
daemon:
|
|
rlimit:
|
|
enable: false
|
|
nofile: 1024
|
|
pprof:
|
|
enable: true
|
|
addr: 0.0.0.0:6061
|
|
cpu_profile_rate: 0
|
|
control_plane:
|
|
listen:
|
|
network: tcp
|
|
addr: 0.0.0.0:40011
|
|
frontier_plane:
|
|
listen:
|
|
network: tcp
|
|
addr: 0.0.0.0:40012
|
|
expiration:
|
|
service_meta: 30
|
|
edge_meta: 30
|
|
redis:
|
|
mode: standalone
|
|
standalone:
|
|
network: tcp
|
|
addr: redis:6379
|
|
db: 0
|