Add production config and credentials
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2020-11-20 22:43:47 +01:00
parent 151bd58cb4
commit 8a938831e9
5 changed files with 21 additions and 5 deletions

View File

@@ -22,4 +22,9 @@ test:
production:
<<: *default
database: db/production.sqlite3
adapter: postgresql
database: akkounts
port: 5432
host: <%= Rails.application.credentials.postgres[:host] %>
username: <%= Rails.application.credentials.postgres[:username] %>
password: <%= Rails.application.credentials.postgres[:password] %>