Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
accept a unix socket for the port, which node handles fine.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpd committed Dec 3, 2010
1 parent db9c08f commit 9c6a61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Http = require 'http'
Crypto = require 'crypto'
QueryString = require 'querystring'

port = parseInt process.env.PORT || 8081
port = process.env.PORT || 8081
version = "0.2.2"
shared_key = process.env.CAMO_KEY || '0x24FEEDFACEDEADBEEFCAFE'

Expand Down

0 comments on commit 9c6a61f

Please sign in to comment.