mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
8 lines
221 B
Docker
8 lines
221 B
Docker
|
|
production:
|
||
|
|
adapter: mysql2
|
||
|
|
host: <%= ENV['DATABASE_HOST'] %>
|
||
|
|
port: <%= ENV['DATABASE_PORT'] %>
|
||
|
|
username: <%= ENV['MYSQL_USER'] %>
|
||
|
|
password: <%= ENV['MYSQL_PASSWORD'] %>
|
||
|
|
database: <%= ENV['MYSQL_DATABASE'] %>
|