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

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