21 lines
292 B
Plaintext
Executable file
21 lines
292 B
Plaintext
Executable file
development:
|
|
adapter: mysql
|
|
database: mailr_dev
|
|
host: localhost
|
|
username: root
|
|
password:
|
|
|
|
test:
|
|
adapter: mysql
|
|
database: mailr_tests
|
|
host: localhost
|
|
username: root
|
|
password:
|
|
|
|
production:
|
|
adapter: mysql
|
|
database: mailr
|
|
host: localhost
|
|
username: root
|
|
password:
|