# configuration DEBUG = True PYTHON_PATH='/srv/virtualenv/default/bin/python' #RUN_AS='rsted' RUN_PATH = '/var/run/rsted' PID_FILE = 'fastcgi.pid' SOCKET_FILE = 'rsted.sock' FCGI_UMASK = '000' # you can override this in settings_local.py if you wish HOST = "0.0.0.0" ## Listen IP ## 0.0.0.0 is open to everyone, ## 127.0.0.1 is localhost only. PORT = 5000