Use string for sample db password
Got some config errors when running via deployment script in docker:
db.pwd: must be a string
Since we still use the sample password "1234", I suggest using a string to make sure it's parsed correctly.
Got some config errors when running via deployment script in docker:
db.pwd: must be a string
Since we still use the sample password "1234", I suggest using a string to make sure it's parsed correctly.