You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
397 B

# 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