roll back changes to example.yml
This commit is contained in:
parent
52070e788e
commit
206223efd3
|
@ -34,7 +34,7 @@ port: 3000
|
||||||
#───┘ PostgreSQL configuration └────────────────────────────────
|
#───┘ PostgreSQL configuration └────────────────────────────────
|
||||||
|
|
||||||
db:
|
db:
|
||||||
host: calckey_db
|
host: localhost
|
||||||
port: 5432
|
port: 5432
|
||||||
|
|
||||||
# Database name
|
# Database name
|
||||||
|
@ -55,7 +55,7 @@ db:
|
||||||
#───┘ Redis configuration └─────────────────────────────────────
|
#───┘ Redis configuration └─────────────────────────────────────
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
host: calckey_redis
|
host: localhost
|
||||||
port: 6379
|
port: 6379
|
||||||
#family: 0 # 0=Both, 4=IPv4, 6=IPv6
|
#family: 0 # 0=Both, 4=IPv4, 6=IPv6
|
||||||
#pass: example-pass
|
#pass: example-pass
|
||||||
|
@ -66,7 +66,7 @@ redis:
|
||||||
#───┘ Elasticsearch configuration └─────────────────────────────
|
#───┘ Elasticsearch configuration └─────────────────────────────
|
||||||
|
|
||||||
#elasticsearch:
|
#elasticsearch:
|
||||||
# host: calckey_es
|
# host: localhost
|
||||||
# port: 9200
|
# port: 9200
|
||||||
# ssl: false
|
# ssl: false
|
||||||
# user:
|
# user:
|
||||||
|
|
Loading…
Reference in New Issue