mirror of
https://github.com/djohnlewis/stackdump
synced 2025-01-23 07:01:41 +00:00
10 lines
351 B
Python
10 lines
351 B
Python
|
# This is the settings file for stackdump.
|
||
|
#
|
||
|
# It is modelled after the Django settings file. This file is just like any
|
||
|
# other Python file, except the local variables form the settings dictionary.
|
||
|
|
||
|
# see http://bottlepy.org/docs/dev/tutorial.html#multi-threaded-server
|
||
|
SERVER_ADAPTER = 'cherrypy'
|
||
|
SERVER_HOST = '0.0.0.0'
|
||
|
SERVER_PORT = 8080
|