Switch to postgres in prod

This commit is contained in:
Max Wofford
2025-02-17 14:22:56 -05:00
parent 5f5bc15bd2
commit a3bf5b26f3

View File

@@ -37,8 +37,10 @@ test:
# is mounted as a persistent Docker volume in config/deploy.yml.
production:
primary:
<<: *default
database: storage/production.sqlite3
adapter: postgresql
encoding: unicode
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
url: <%= ENV['DATABASE_URL'] %>
wakatime:
adapter: postgresql
encoding: unicode