switch to postgres

This commit is contained in:
Kiara Grouwstra 2023-01-27 12:28:12 +01:00
parent 7bc64b0740
commit 0946cb124c
1 changed files with 9 additions and 9 deletions

View File

@ -23,13 +23,13 @@ test:
production:
<<: *default
adapter: sqlite3
database: db/production.sqlite3
# adapter: postgresql
# encoding: unicode
# database: ingang
# username: ingang
# password: <%= ENV.fetch("DATABASE_PASSWORD") { } %>
# host: db.internal.bij1.net
# port: 5432
# adapter: sqlite3
# database: db/production.sqlite3
adapter: postgresql
encoding: unicode
database: ingang
username: ingang
password: <%= ENV.fetch("DATABASE_PASSWORD") { } %>
host: db.internal.bij1.net
port: 5432