public
Description: Open source Rails based content management that works.
Homepage: http://www.ansuzcms.com
Clone URL: git://github.com/knewter/ansuz.git
ansuz / config / database.mysql.yml
100644 26 lines (22 sloc) 0.432 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
#
# This is only an example configuration. Please see the Rails
# documentation for more details.
#
 
development:
  adapter: mysql
  database: ansuz_development
  username: root
  password:
  socket: /tmp/mysql.sock
 
test:
  adapter: mysql
  database: ansuz_test
  username: root
  password:
  socket: /tmp/mysql.sock
 
production:
  adapter: mysql
  database: ansuz_production
  username: root
  password:
  socket: /tmp/mysql.sock