This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
thunderdome/config/database.yml

22 lines
322 B
YAML

development:
adapter: mysql
host: localhost
database: consolo_development
username: andrew
password:
test:
adapter: mysql
database: consolo_test
host: localhost
username: andrew
password:
production:
adapter: mysql
database: consolo_development
host: localhost
username: andrew
password: