Skip to content

Commit

Permalink
Merge pull request #88 from eolinker/release/v0.10.1
Browse files Browse the repository at this point in the history
修改配置文件模版
  • Loading branch information
Dot-Liu authored Feb 23, 2023
2 parents 7de0648 + 8a33be2 commit 6563753
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build/resources/config.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ version: 2
#certificate: # 证书存放根目录
# dir: /etc/apinto/cert
client:
#advertise_urls: # open api 服务的广播地址
#advertise_urls: # open api 服务的广播地址
#- http://127.0.0.1:9400
listen_urls: # open api 服务的监听地址
- http://0.0.0.0:9400
- http://0.0.0.0:9400
#certificate: # 证书配置,允许使用ip的自签证书
# - cert: server.pem
# key: server.key
gateway:
#advertise_urls: # 转发服务的广播地址
#- http://127.0.0.1:9400
#advertise_urls: # 转发服务的广播地址
#- http://127.0.0.1:9400
listen_urls: # 转发服务的监听地址
- https://0.0.0.0:8099
- http://0.0.0.0:8099
- https://0.0.0.0:8099
- http://0.0.0.0:8099
peer: # 集群间节点通信配置信息
listen_urls: # 节点监听地址
- http://0.0.0.0:9401
- http://0.0.0.0:9401
#advertise_urls: # 节点通信广播地址
#- http://127.0.0.1:9400
# - http://127.0.0.1:9400
#certificate: # 证书配置,允许使用ip的自签证书
# - cert: server.pem
# key: server.key
# - cert: server.pem
# key: server.key

0 comments on commit 6563753

Please sign in to comment.