mirror of
https://github.com/singchia/frontier.git
synced 2025-09-26 20:31:25 +08:00
26 lines
404 B
YAML
26 lines
404 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:30020
|
|
frontier_plane:
|
|
listen:
|
|
network: tcp
|
|
addr: 0.0.0.0:30021
|
|
expiration:
|
|
service_meta: 30
|
|
edge_meta: 30
|
|
redis:
|
|
mode: standalone
|
|
standalone:
|
|
network: tcp
|
|
addr: 127.0.0.1:6379
|
|
db: 0
|