Add production config and credentials
This commit is contained in:
@@ -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] %>
|
||||
|
||||
Reference in New Issue
Block a user