diff --git a/kong.conf.default b/kong.conf.default index 5acc2d75bb22..0e1dcc5d1891 100644 --- a/kong.conf.default +++ b/kong.conf.default @@ -133,7 +133,7 @@ #pg_host = 127.0.0.1 # The PostgreSQL host to connect to. #pg_port = 5432 # The port to connect to. #pg_user = kong # The username to authenticate if required. -#pg_password = kong # The password to authenticate if required. +#pg_password = # The password to authenticate if required. #pg_database = kong # The database name to connect to. #pg_ssl = off # Toggles client-server TLS connections @@ -167,7 +167,7 @@ #cassandra_username = kong # Username when using the # `PasswordAuthenticator` scheme. -#cassandra_password = kong # Password when using the +#cassandra_password = # Password when using the # `PasswordAuthenticator` scheme. #cassandra_consistency = ONE # Consistency setting to use when reading/