aboutsummaryrefslogtreecommitdiffstats
path: root/config/database.yml
blob: 71ad6f9b125642c2213c729a70c82903ba93a516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
development:
  adapter: jdbcpostgresql
  database: chouette2_dev
  encoding: utf8
  username: chouette
  password: chouette

test:
  adapter: jdbcpostgresql
  database: chouette2_test
  encoding: utf8
  username: chouette
  password: chouette