mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
26 lines
857 B
YAML
26 lines
857 B
YAML
version: 2
|
||
#certificate: # 证书存放根目录
|
||
# dir: /etc/apinto/cert
|
||
client:
|
||
advertise_urls: # open api 服务的广播地址
|
||
- http://172.18.65.22:9400
|
||
listen_urls: # open api 服务的监听地址
|
||
- http://0.0.0.0:9400
|
||
#certificate: # 证书配置,允许使用ip的自签证书
|
||
# - cert: server.pem
|
||
# key: server.key
|
||
gateway:
|
||
advertise_urls: # 转发服务的广播地址
|
||
- http://172.18.65.22:8099
|
||
- https://172.18.65.22:8099
|
||
listen_urls: # 转发服务的监听地址
|
||
- https://0.0.0.0:8099
|
||
- http://0.0.0.0:8099
|
||
peer: # 集群间节点通信配置信息
|
||
listen_urls: # 节点监听地址
|
||
- http://0.0.0.0:9401
|
||
advertise_urls: # 节点通信广播地址
|
||
- http://172.18.65.22:9401
|
||
#certificate: # 证书配置,允许使用ip的自签证书
|
||
# - cert: server.pem
|
||
# key: server.key |