chore(dock): update the comments

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2021-12-22 12:47:00 +05:30
parent 4b1e9a69c9
commit 975333c084

View file

@ -1,3 +1,4 @@
# Databases specific variables
postgresql: &postgres
# For genrating psswords
# `openssl rand -hex 20`
@ -24,6 +25,8 @@ minio:
accessKey: "changeMeMinioAccessKey"
secretKey: "changeMeMinioPasword"
# Application specific variables
global:
postgresql: *postgres
kafka: *kafka