Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created February 6, 2014 00:17
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 peterbe/8836083 to your computer and use it in GitHub Desktop.
Save peterbe/8836083 to your computer and use it in GitHub Desktop.
# name: application
# doc: the fully qualified module or class of the application
# converter: configman.converters.class_converter
application='MiddlewareApp'
[database]
+include /Users/peterbe/dev/MOZILLA/SOCORRO/stage-db.ini
[web_server]
# name: ip_address
# doc: the IP address from which to accept submissions
# converter: str
ip_address='127.0.0.1'
# name: port
# doc: the port to listen to for submissions
# converter: int
# port='8882'
# name: wsgi_server_class
# doc: a class implementing a wsgi web server
# converter: configman.converters.class_converter
wsgi_server_class='socorro.webapi.servers.CherryPy'
#[sentry]
#
# +include /Users/peterbe/dev/MOZILLA/SOCORRO/sentry.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment