如下配置文件中

# 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

  

相关文章:

  • 2021-07-23
  • 2021-10-17
  • 2021-05-17
  • 2022-12-23
  • 2021-10-28
  • 2022-01-04
  • 2021-08-04
猜你喜欢
  • 2021-07-20
  • 2021-11-07
  • 2021-06-06
  • 2021-10-16
  • 2022-12-23
相关资源
相似解决方案