database.yml

Ruby code posted by Andrea Salicetti
created at 28 Jul 16:31

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 3 ms with coderay