File: database.yml

package info (click to toggle)
ruby-acts-as-taggable-on 13.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: ruby: 1,443; makefile: 8
file content (19 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
sqlite3:
  adapter: sqlite3
  database: acts_as_taggable_on.sqlite3

mysql:
  adapter: mysql2
  hostname: localhost
  username: root
  password:
  database: acts_as_taggable_on
  charset: utf8

postgresql:
  adapter: postgresql
  hostname: localhost
  username: postgres
  password:
  database: acts_as_taggable_on
  encoding: utf8