Sha256: aba7ea45c90e3bf5cd3447420427f81b30b6fdbf02d5d2b30318d680ca05c6f5

Contents?: true

Size: 270 Bytes

Versions: 4

Compression:

Stored size: 270 Bytes

Contents

oracle_enhanced:
  adapter: oracle_enhanced
  # url: jdbc:oracle:thin:@localhost:1521:XEPDB1
  username: <%=ENV['DB_USER'] ||= "sample" %>
  password: <%=ENV['DB_PASSWORD'] ||= "sample" %>
  database: <%=ENV['DB_CONNECTION'] ||= '//localhost:1521/XEPDB1' %>
  pool: 200

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
activerecord_bulkoperation-0.2.2 test/database.yml
activerecord_bulkoperation-0.2.1 test/database.yml
activerecord_bulkoperation-0.2.0 test/database.yml
activerecord_bulkoperation-0.1.0 test/database.yml