Set port to 5000

This commit is contained in:
Sam Dodrill 2015-01-09 18:08:18 -08:00
parent 18da907d36
commit 1f51251620
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ config "development", ->
database "panel"
config "docker", ->
port os.getenv "PORT"
port 5000
postgres ->
backend "pgmoon"