File: database.yml.example

package info (click to toggle)
ruby-database-cleaner 1.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 768 kB
  • sloc: ruby: 4,854; makefile: 10; sh: 4
file content (8 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#This is an example of what database.yml *should* look like (when I wrote it)
#The real database.yml is generated automatically by the active record model lib (so it can be correct)
two: 
  adapter: sqlite3
  database: /path/to/examples/features/support/../../db/activerecord_two.db
one: 
  adapter: sqlite3
  database: /path/to/examples/features/support/../../db/activerecord_one.db