Sha256: 71dd251cc3e274c2799e4a8d146bbc14f1ab3a5d3d5ef06a7d98daba62fb1c36

Contents?: true

Size: 530 Bytes

Versions: 3

Compression:

Stored size: 530 Bytes

Contents

[development]
  api_mode_enabled = true
  logging = false
  db_driver = 'sequel'
  throttle_requests = false
  [development.credentials]

[test]
  api_mode_enabled = true
  logging = false
  db_driver = 'in_memory'
  throttle_requests = false
  [test.credentials]

[staging]
  api_mode_enabled = true
  logging = true
  db_driver = 'active_record'
  throttle_requests = true
  [staging.credentials]

[production]
  api_mode_enabled = true
  logging = true
  db_driver = 'rom'
  throttle_requests = true
  [production.credentials]

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
qonfig-0.28.0 spec/fixtures/plugins/toml/expose_toml/project.toml
qonfig-0.27.0 spec/fixtures/plugins/toml/expose_toml/project.toml
qonfig-0.26.0 spec/fixtures/plugins/toml/expose_toml/project.toml