Skip to content

Use explicit string for default database password in order to avoid parsing errors

Chris Pastl requested to merge 54-use-string-for-sample-db-password into main

I decided to change the default database password to an explicit string because 1234 evaluates to int and adding quotes '1234' resulted in some confusing errors.

Related to #54 (closed)

@david Please let me know if you see some downsides or broken dependencies of this change so that we can revert and improve it.

Merge request reports