Skip to content

Commit

Permalink
get port env var wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Apr 26, 2012
1 parent ea4ca38 commit ec89d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dotcloud.conf.py
@@ -1,6 +1,6 @@
import os

port = int(os.environ.get("WWW_PORT", 5000))
port = int(os.environ.get("PORT_WWW", 5000))
hostname = 'localtunnel-progrium.dotcloud.com'

service = 'localtunnel.server.TunnelBroker'

0 comments on commit ec89d20

Please sign in to comment.