Sha256: 19e363099c59749bdbc7cd8ebc3115b6c79317210d4d1e7ce399f53bdccd8623

Contents?: true

Size: 584 Bytes

Versions: 18

Compression:

Stored size: 584 Bytes

Contents

production:
  storage: mongodb://localhost:27017/khronos
  interval: 5
  controller:
    interval: 1
  runner:
    host: 'localhost'
    port: '7243'
  scheduler:
    host: 'localhost'
    port: '8080'

development:
  storage: mongodb://localhost:27017/khronos_development
  controller:
    interval: 1
  runner:
    host: 'localhost'
    port: '7243'
  scheduler:
    host: 'localhost'
    port: '8080'

test:
  storage: sqlite3://localhost/db/test.db
  controller:
    interval: 1
  runner:
    host: 'localhost'
    port: '7243'
  scheduler:
    host: 'localhost'
    port: '8080'

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
khronos-0.1.4 config/environment.yml
khronos-0.1.3 config/environment.yml
khronos-0.1.2 config/environment.yml
khronos-0.1.1 config/environment.yml
khronos-0.1.0 config/environment.yml
khronos-0.0.3.pre4 config/environment.yml
khronos-0.0.3.pre3 config/environment.yml
khronos-0.0.3.pre2 config/environment.yml
khronos-0.0.3.pre1 config/environment.yml
khronos-0.0.2 config/environment.yml
khronos-0.0.2.pre1 config/environment.yml
khronos-0.0.1.pre6 config/environment.yml
khronos-0.0.1.pre5 config/environment.yml
khronos-0.0.1.pre4 config/environment.yml
khronos-0.0.1.pre3 config/environment.yml
khronos-0.0.1.pre2 config/environment.yml
khronos-0.0.1.pre1 config/environment.yml
khronos-0.0.1 config/environment.yml