Skip to content

Commit

Permalink
add more comments and SERVER_NAME in template
Browse files Browse the repository at this point in the history
  • Loading branch information
therealmarv committed Feb 9, 2018
1 parent c2d7630 commit 2fbdafd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion settings_local.py.tmpl
Expand Up @@ -18,8 +18,13 @@

# DEBUG = False

## webserver host and port
## host for local development
# HOST = '0.0.0.0'

## use SERVER_NAME instead of HOST for production environment with real URLs
# SERVER_NAME = 'somecoolurl.com'

## PORT used for local development, in production environment let nginx handle this
# PORT = 5000

SECRET = 'foobar'
Expand Down

0 comments on commit 2fbdafd

Please sign in to comment.