Package web :: Module config
[hide private]
[frames] | no frames]

Module config

source code

Variables [hide private]
  DB = 'sqlite:///database.sqlite'
  DEBUG = True
  static = '/static'
  LOGIN = '/login'
  curdir = '/home/dgarcia/Projects/opengnsys/web'
  localedir = '/home/dgarcia/Projects/opengnsys/web/i18n'
  pluginsdir = '/home/dgarcia/Projects/opengnsys/web/pluginmanag...
  langs = ('en', 'es')
  sitename = u'Opengnsys'
  siteurl = u'http://0.0.0.0:8080/'
  noreply_email = u'noreply@opengnsys.es'
  admin_email = u'admin@opengnsys.es'
  log_file = 'log/opengnsys'
  log_interval = 'h'
  log_backups = 1
  client_daemon_port = 1100
  key_file = '/home/dgarcia/Projects/opengnsys/web/ssl/localhost...
  cert_file = '/home/dgarcia/Projects/opengnsys/web/ssl/localhos...
  ca_cert = '/home/dgarcia/Projects/opengnsys/web/ssl/ca-cert.pem'
  __package__ = 'web'
Variables Details [hide private]

pluginsdir

Value:
'/home/dgarcia/Projects/opengnsys/web/pluginmanager/plugins'

key_file

Value:
'/home/dgarcia/Projects/opengnsys/web/ssl/localhost.key'

cert_file

Value:
'/home/dgarcia/Projects/opengnsys/web/ssl/localhost.pem'