blob: 65977217291bb1ad862f3506c09713add53625b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  | 
development:
  adapter: jdbcpostgresql
  database: chouette2_dev
  encoding: utf8
  username: chouette
  password: chouette
  template: template_chouette
test:
  adapter: jdbcpostgresql
  database: chouette2_test
  encoding: utf8
  username: chouette
  password: chouette
  template: template_chouette
# When war is created by jenkins
production:
  adapter: jdbcpostgresql
  database: chouette2
  encoding: utf8
  host: localhost
  username: chouette
  password: chouette    
 
  |