Skip to content

Commit

Permalink
Updated for use on another server
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbjensen committed Oct 11, 2011
1 parent f17f522 commit faa934b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .socketstream_state
@@ -1 +1 @@
{"version":{"server":"0.2.0","client":"0.2.0"}}
{"version":{"server":"0.2.2","client":"0.2.1"}}
23 changes: 23 additions & 0 deletions config/environments/staging.coffee
@@ -0,0 +1,23 @@
exports.config =

# HTTP server (becomes secondary server when HTTPS is enabled)
http:
port: 3003
hostname: "0.0.0.0"

# HTTPS server (becomes primary server if enabled)
https:
enabled: false
port: 443
domain: "www.socketstream.org"

# HTTP(S) request-based API
api:
enabled: true
prefix: 'api'
https_only: false

# Show customizable 'Incompatible Browser' page if browser does not support websockets
browser_check:
enabled: false
strict: true
10 changes: 0 additions & 10 deletions config/environments/staging.json

This file was deleted.

Large diffs are not rendered by default.

0 comments on commit faa934b

Please sign in to comment.