Use explicit string for default database password in order to avoid parsing errors
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.