Skip to content

Instantly share code, notes, and snippets.

Created February 20, 2014 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0a804f5a7ef8492eb418 to your computer and use it in GitHub Desktop.
Save anonymous/0a804f5a7ef8492eb418 to your computer and use it in GitHub Desktop.
_WSGI_OPTIONS = [
cfg.StrOpt('bind', default='127.0.0.1',
help='Address on which the self-hosting server will listen.'),
cfg.IntOpt('port', default=8888,
help='Port on which the self-hosting server will listen.'),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment