Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Default port for inside is 8536
Browse files Browse the repository at this point in the history
  • Loading branch information
techtonik committed Jul 10, 2015
1 parent cb0042e commit 1ef7ebd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions startapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
The main script to start website for development,
which also exports WSGI application for production.
"""

HOST = '' # by default run on all interfaces
PORT = 8537 # default/devserver port
PORT = 8536 # default/devserver port

import sys
from aspen.website import Website

Expand Down

0 comments on commit 1ef7ebd

Please sign in to comment.