This repository has been archived on 2020-05-27. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
tuxbliki/config/database.yml.template
2008-06-26 23:13:15 -05:00

16 lines
320 B
Text

---
# This is a sample database file for the DataMapper ORM
:development: &defaults
:adapter: mysql
:username: andrew
:password:
:socket: /var/lib/mysql/mysql.sock
:database: tuxbliki_development
:test:
<<: *defaults
:database: tuxbliki_test
:production:
<<: *defaults
:database: tuxbliki_production