mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Add missing database and asset settings for production environment
This commit is contained in:
@@ -27,3 +27,5 @@ production:
|
||||
database: <%= ENV['DATABASE_NAME'] %>
|
||||
username: <%= ENV['DATABASE_USERNAME'] %>
|
||||
password: <%= ENV['DATABASE_PASSWORD'] %>
|
||||
host: 127.0.0.1
|
||||
port: 3306
|
||||
|
||||
Reference in New Issue
Block a user