Sha256: f3f8164b8bdb1eb5daefc204e2e84a48f72a5e3b800bb55145e6e1235df6f800

Contents?: true

Size: 226 Bytes

Versions: 17

Compression:

Stored size: 226 Bytes

Contents

DB = {} 

DB[:tds] =
  { dataserver: 'SQLDEV',
    username:   'pod4test',
    password:   'pod4test' }

DB[:pg] = 
  { host:     'centos7andy',
    dbname:   'pod4_test',
    user:     'pod4test',
    password: 'pod4test' }

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
pod4-0.10.2 spec/fixtures/database.rb
pod4-0.10.1 spec/fixtures/database.rb
pod4-0.10.0 spec/fixtures/database.rb
pod4-0.9.3 spec/fixtures/database.rb
pod4-0.9.2 spec/fixtures/database.rb
pod4-0.9.1 spec/fixtures/database.rb
pod4-0.9.0 spec/fixtures/database.rb
pod4-0.8.3 spec/fixtures/database.rb
pod4-0.8.2 spec/fixtures/database.rb
pod4-0.8.1 spec/fixtures/database.rb
pod4-0.8.0 spec/fixtures/database.rb
pod4-0.7.2 spec/fixtures/database.rb
pod4-0.7.1 spec/fixtures/database.rb
pod4-0.7.0 spec_common/fixtures/database.rb
pod4-0.6.4 spec_common/fixtures/database.rb
pod4-0.6.3 spec/fixtures/database.rb
pod4-0.6.2 spec/fixtures/database.rb