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

17 lines
320 B
Plaintext

---
# 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