首页 > 其他 > 详细

8-Kong和Consul如何结合

时间:2019-12-25 19:38:44      阅读:238      评论:0      收藏:0      [点我收藏+]

如下配置文件中

# cat /etc/kong/kong.conf | sed ‘s#\s*##‘ | grep -v ‘^#‘ | grep -v ‘^$‘
anonymous_reports = off         # Send anonymous usage data such as error
upstream_keepalive = 1         # Sets the maximum number of idle keepalive
database = postgres             # Determines which of PostgreSQL or Cassandra
pg_host = rm-xxxxxxxxxxx.pg.rds.aliyuncs.com
pg_port = 3433                  # The port to connect to.
pg_user = kong                  # The username to authenticate if required.
pg_password = xxxxxxxx                 # The password to authenticate if required.
pg_database = kong              # The database name to connect to.
dns_resolver = 127.0.0.1:8600					 # the local `resolv.conf` file will be used.
dns_order = SRV,A,CNAME    # The order in which to resolve different

  

8-Kong和Consul如何结合

原文:https://www.cnblogs.com/robinunix/p/12098389.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!