We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Fork of fiveruns/data_fabric
Homepage: http://fiveruns.rubyforge.org/data_fabric
Clone URL: git://github.com/FooBarWidget/data_fabric.git
data_fabric / test / database.yml.example
100644 38 lines (32 sloc) 0.894 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# The unit tests make use of the data populated in these databases.
#
# Notes:
# - The database identifiers (e.g. "fiveruns_city_austin_test_master") and
# database names (e.g. "vr_austin_master") MUST NOT be changed! Everything
# else may be changed.
# - The user defined for "fiveruns_city_austin_test_master" MUST have the
# privilege to create and drop databases and tables.
 
 
fiveruns_city_austin_test_master:
  adapter: mysql
  host: localhost
  database: vr_austin_master
  username: root
  password:
 
fiveruns_city_austin_test_slave:
  adapter: mysql
  host: localhost
  database: vr_austin_slave
  username: root
  password:
 
fiveruns_city_dallas_test_master:
  adapter: mysql
  host: localhost
  database: vr_dallas_master
  username: root
  password:
 
fiveruns_city_dallas_test_slave:
  adapter: mysql
  host: localhost
  database: vr_dallas_slave
  username: root
  password: