public
Description: OneBody is free, open-source, web-based social networking and online directory software for churches.
Homepage: http://beonebody.com
Clone URL: git://github.com/seven1m/onebody.git
onebody / config / database.yml.example
100644 11 lines (10 sloc) 0.178 kb
1
2
3
4
5
6
7
8
9
10
11
---
development:
  adapter: sqlite3
  database: db/development.db
test:
  adapter: sqlite3
  database: db/test.db
production:
  adapter: sqlite3
  database: db/production.db