chore(dock): update the comments
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
4b1e9a69c9
commit
975333c084
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue