diff options
Diffstat (limited to 'config/database.yml')
-rw-r--r-- | config/database.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/database.yml b/config/database.yml index 13e176a2d..8914ab16d 100644 --- a/config/database.yml +++ b/config/database.yml @@ -2,6 +2,7 @@ default: &default adapter: postgresql pool: 5 timeout: 5000 + encoding: unicode development: <<: *default @@ -16,4 +17,7 @@ test: production: <<: *default - database: mastodon_production + database: postgres + username: postgres + password: + host: db |