Sha256: 5823917fddaedfcb35a7684ba5cd6debc37f942f6f47a948f036494d9eb91c0f

Contents?: true

Size: 491 Bytes

Versions: 3

Compression:

Stored size: 491 Bytes

Contents

socket:
  hostname: localhost
  port: 9876
logging:
  basedir: /var/log/iowa/myapp
  minlevel: 0
  maxsize: 10000000
  maxage: 86400
application:
  daemonize: false
  sessioncache:
    class: LRUCache
    maxsize: 200
    ttl: 3600
  dispatcher:
    class: StandardDispatcher
    mapfile: dispatcher.map
  policy:
    class: iowa/Policy
  database:
    vendor: Mysql
    host: localhost
    database: foo
    user: bar
    password: mylittlepony
    connections: 2
    monitor_interval: 300

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
IOWA-1.0.3 utils/startup_template.cnf
IOWA-1.0.2 utils/startup_template.cnf
IOWA-1.0.0 utils/startup_template.cnf