Files
directory/config/database.yml
T
2026-06-12 15:40:12 -04:00

16 lines
266 B
YAML

development:
adapter: mysql2
encoding: utf8mb4
database: dashboard_development
username: root
password: mypassword
host: db
port: 3306
production:
adapter: mysql2
encoding: utf8
username: root
password:
database: sinatra_template_production