toolmantim / webjam

Old repository for webjam. New one lives at http://github.com/webjam/webjam

This URL has Read+Write access

toolmantim (author)
Tue Sep 09 06:41:24 -0700 2008
commit  cd4c4a9d1539a6e6e18484caf4cea10bb05dcc40
tree    b3cb761497936f81dc28a3c913fc3c5028915f4b
parent  4f4e3e51d4c29817f268eecb1cc54d454bf8e09a
webjam / config / database.example.yml
100644 43 lines (38 sloc) 0.696 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
39
40
41
42
43
development:
  adapter: mysql
  encoding: utf8
  database: webjam_development
  username: root
  password:
  socket:
 
test:
  adapter: mysql
  encoding: utf8
  database: webjam_development
  username: root
  password:
  socket:
 
production:
    adapter: mysql
    encoding: utf8
    database: webjam
    host: 127.0.0.1
    port: 3306
    username: webjam_prod
    password: cREs5usa
 
staging:
    adapter: mysql
    encoding: utf8
    database: webjam
    host: 127.0.0.1
    port: 3306
    username: webjam_staging
    password: pRehaYe4
    
edge:
    adapter: mysql
    encoding: utf8
    database: webjam
    host: 127.0.0.1
    port: 3306
    username: webjam_edge
    password: Z4n6xAhA