aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/config.example.yml
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-06-06 15:16:52 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-06-06 15:47:22 -0700
commit841d29639b1731a7d0fb844cbd92168b8ae8d84f (patch)
tree2cf36877f2b253113eb4da559fe280d801dc4784 /activerecord/test/config.example.yml
parentc8d124c0fc707b27fe21728d36e8772566c9f9f1 (diff)
downloadrails-841d29639b1731a7d0fb844cbd92168b8ae8d84f.tar.gz
rails-841d29639b1731a7d0fb844cbd92168b8ae8d84f.tar.bz2
rails-841d29639b1731a7d0fb844cbd92168b8ae8d84f.zip
updating configs for oracle
Diffstat (limited to 'activerecord/test/config.example.yml')
-rw-r--r--activerecord/test/config.example.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/activerecord/test/config.example.yml b/activerecord/test/config.example.yml
index 6ed38db66d..481bdc13dd 100644
--- a/activerecord/test/config.example.yml
+++ b/activerecord/test/config.example.yml
@@ -91,19 +91,19 @@ connections:
arunit2:
username: admin
- oracle:
- arunit:
- adapter: oracle_enhanced
- database: <%= ENV['ARUNIT_DB_NAME'] || 'orcl' %>
- username: arunit
- password: arunit
- emulate_oracle_adapter: true
- arunit:
- adapter: oracle_enhanced
- database: <%= ENV['ARUNIT_DB_NAME'] || 'orcl' %>
- username: arunit2
- password: arunit2
- emulate_oracle_adapter: true
+ oracle_enhanced:
+ arunit:
+ adapter: oracle_enhanced
+ database: <%= ENV['ARUNIT_DB_NAME'] || 'orcl' %>
+ username: <%= ENV['ARUNIT_USER_NAME'] || 'arunit' %>
+ password: <%= ENV['ARUNIT_PASSWORD'] || 'arunit' %>
+ emulate_oracle_adapter: true
+ arunit2:
+ adapter: oracle_enhanced
+ database: <%= ENV['ARUNIT_DB_NAME'] || 'orcl' %>
+ username: <%= ENV['ARUNIT2_USER_NAME'] || 'arunit2' %>
+ password: <%= ENV['ARUNIT2_PASSWORD'] || 'arunit2' %>
+ emulate_oracle_adapter: true
postgresql:
arunit: