mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-19 11:27:11 +08:00
feat(apipark): 添加 APIPark v1.9.6-beta 的初始配置和部署文件
This commit is contained in:
26
apps/apipark/1.9.6-beta/config.yml
Normal file
26
apps/apipark/1.9.6-beta/config.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
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
|
||||
Reference in New Issue
Block a user