database.yml

Yaml code posted by Andrea Salicetti
created at 28 Jul 16:34

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
development:        
  adapter: oracle_enhanced
  database: SIASVIL
  username: asal_gd_development
  password: asal_gd_development

test:
  adapter: oracle_enhanced
  database: SIASVIL
  username: asal_gd_test
  password: asal_gd_test

production:
  adapter: oracle_enhanced
  database: SIASVIL
  username: asal_gd_production
  password: asal_gd_production
370 Bytes in 2 ms with coderay