Sha256: ab560b62fcc9e5a9823e3c96b6019cb25652574a18790384537804f26b5bda55

Contents?: true

Size: 516 Bytes

Versions: 2

Compression:

Stored size: 516 Bytes

Contents

# Faye
development:
  server: "http://localhost:9292/faye"
  adapter_javascript_url: "http://localhost:9292/faye/faye.js" 
  auth_token: "secret"
  adapter: "Faye"
  async: true
  
test:
  server: "http://localhost:9292/faye"
  adapter_javascript_url: "http://localhost:9292/faye/faye.js" 
  adapter: "Faye"
  auth_token: "secret"
  async: false

production:
  server: "http://localhost:9292/faye"
  adapter_javascript_url: "http://localhost:9292/faye/faye.js" 
  adapter: "Faye"
  auth_token: "secret"
  async: true

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
render_sync-0.5.0 config/sync.yml
render_sync-0.5.0 test/travis/sync.yml