Commit f50b339b636e94dece60595340633b0848ab04df
1 parent
b6943cda
Exists in
master
and in
29 other branches
ActionItem8: adding sample database.yml for use in development/test setups
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@438 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
14 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,14 @@ |
1 | +development: | |
2 | + adapter: sqlite3 | |
3 | + database: tmp/anhetegua_development.db | |
4 | + | |
5 | +test: | |
6 | + adapter: sqlite3 | |
7 | + database: tmp/anhetegua_test.db | |
8 | + | |
9 | +production: | |
10 | + adapter: mysql | |
11 | + database: anhetegua_production | |
12 | + username: root | |
13 | + password: | |
14 | + host: localhost | ... | ... |