Update configuration examples for seamless start

This commit is contained in:
Sebastian Serth
2023-02-15 19:18:05 +01:00
parent 0e4cd91ef7
commit 359539ffd7
5 changed files with 13 additions and 9 deletions

View File

@ -1,10 +1,10 @@
default: &default
adapter: postgresql
encoding: unicode
password: CHANGE_ME
pool: 16
username: postgres
host: localhost
# username: CHANGE_ME
# password: CHANGE_ME
# host: localhost
development:
<<: *default