repo.or.cz
/
merb_mart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added Question controller actions, routes for Questions and ContentNodes.
[merb_mart.git]
/
config
/
database.sample.yml
blob
66ff0e777125a3fead8e0b6095881ee5ff5fa306
1
---
2
# This is a sample database file for the DataMapper ORM
3
:development: &defaults
4
:adapter: postgresql
5
:database: sample_development
6
:username: the_user
7
:password: secrets
8
:host: localhost
9
10
:test:
11
<<: *defaults
12
:database: sample_test
13
14
:production:
15
<<: *defaults
16
:database: sample_production