From 206223efd3c9a1756e7c3c28b0bfdbf502c7c7e6 Mon Sep 17 00:00:00 2001 From: chimiana Date: Sat, 17 Dec 2022 06:58:33 +0000 Subject: [PATCH] roll back changes to example.yml --- .config/example.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/example.yml b/.config/example.yml index 2aabbe4b7..29f4a6229 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -34,7 +34,7 @@ port: 3000 #───┘ PostgreSQL configuration └──────────────────────────────── db: - host: calckey_db + host: localhost port: 5432 # Database name @@ -55,7 +55,7 @@ db: #───┘ Redis configuration └───────────────────────────────────── redis: - host: calckey_redis + host: localhost port: 6379 #family: 0 # 0=Both, 4=IPv4, 6=IPv6 #pass: example-pass @@ -66,7 +66,7 @@ redis: #───┘ Elasticsearch configuration └───────────────────────────── #elasticsearch: -# host: calckey_es +# host: localhost # port: 9200 # ssl: false # user: