Newer
Older
#sqlalchemy.url = sqlite:////var/db/vispa.db
#sqlalchemy.pool_size = 5
#sqlalchemy.max_overflow = 10
Marcel Rieger
committed
Marcel Rieger
committed
use_alembic = True
Marcel Rieger
committed
# inplace installation
script_location = vispa/models/alembic
# global installation
#script_location = vispa:models/alembic
Gero Müller
committed
auto_migrate = True
Marcel Rieger
committed
Marcel Rieger
committed
# password for the status page /status
#status_password = changeme
Marcel Rieger
committed
base = /vispa
Marcel Rieger
committed
#base.dynamic = /vispa
#base.static = http://localhost:8080/
# logging on client side
logging.level = all
logging.ignore = []
text.welcome = Welcome to VISPA!
#text.login = Information for Login
#text.registration = Information for Registration
Marcel Rieger
committed
#text.forgot = Information for Forgot password
Marcel Rieger
committed
# leave the feedback address empty to disable feedback
#feedback.address =
feedback.subject = VISPA Feedback
# user registration
# use $username and $userid variables
#registration.hook = ['useradd', '$username']
registration.autoactive = True
registration.mail_hosts = []
registration.sendmail = False
registration.subject = Your registration at VISPA
# retrieval of forgotten passwords
forgot.use = False
forgot.subject = Your VISPA password
# absolute url
password_url = http://localhost:4282/vispa/password
# enable guets logins without providing any information
enable_guest_login = False
Marcel Rieger
committed
Marcel Rieger
committed
# default workspace action, i.e. a vispa.callbacks channel
workspace_action = openFileBrowser
[websockets]
Marcel Rieger
committed
[executable]
# pxlrun command options, call of executable will be:
# pre_command_options command post_command_options
command = pxlrun
pre_command_options =
#pre_command_options = nice -n 19 ionice -c 3
post_command_options = -p
Marcel Rieger
committed
[BatchSystem]
# BatchSystem used for submission of jobs
manager = local
Marcel Rieger
committed
[workspace]
Marcel Rieger
committed
add = True
alter = True
# allow the use of local workspaces
#allow_local = True
Marcel Rieger
committed
Marcel Rieger
committed
[mail]
# if sender_address is not set, there is no mail functionality
sender_address = vispa@domain.tld
smtp.host = 127.0.0.1
smtp.port = 25
Marcel Rieger
committed
Marcel Rieger
committed
ignore = [dummy]
[user]
# Use REMOTE_USER variable for authentification
#remote.enabled = False
# Create non exisitng user after successful login
#remote.auto_create = True
# Use the email address from environment variable, e.g. HTTP_EMAIL
#remote.email_key = None
# Alternatively append the following domain as default, e.g. rwth-aachen.de
#remote.email_domain = None