-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkong.conf.default
47 lines (37 loc) · 931 Bytes
/
kong.conf.default
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#admin_listen = 0.0.0.0:8001
#proxy_listen = 0.0.0.0:8000
#log_level = error
#ssl = off
#ssl_cert =
#ssl_cert_key =
#proxy_listen_ssl = 0.0.0.0:8443
#custom_plugins =
#cluster_listen = 0.0.0.0:7946
#cluster_listen_rpc = 127.0.0.1:7373
#cluster_advertise =
#cluster_secret =
#database = postgres
#pg_host = 127.0.0.1
#pg_port = 5432
#pg_user = kong
#pg_password = kong
#pg_database = kong
#cassandra_contact_points = 127.0.0.1:9042
#cassandra_keyspace = kong
#cassandra_repl_strategy = SimpleStrategy
#cassandra_repl_factor = 1
#cassandra_data_centers = dc1:2,dc2:3
#cassandra_timeout = 5000
#cassandra_consistency = ONE
#cassandra_ssl = off
#cassandra_ssl_verify = off
#cassandra_ssl_trusted_cert =
#cassandra_username = kong
#cassandra_password = kong
#dnsmasq = on
#dns_resolver = 127.0.0.1:8053
#anonymous_reports = on
#mem_cache_size = 128m
#nginx_daemon = on
#nginx_optimizations = on
#nginx_worker_processes = auto