Blob Blame Raw
ENABLE_TICKETS = True
ENABLE_DOCS = True
SECRET_KEY = 'klalkdsaskrhjklh3423423'
DB_URL = 'postgresql://pagure:pagure@postgresql/pagure'
INSTANCE_NAME = 'DEVELOPMENT PAGURE'
EMAIL_ERROR = ''
APP_URL = 'http://localhost:5000/'
REDIS_HOST = 'redis'
GIT_FOLDER = '/repos/repos'
REMOTE_GIT_FOLDER = '/repos/remote'
ATTACHMENTS_FOLDER = '/attachments'
EVENTSOURCE_SOURCE = 'http://localhost:8080'
HOOK_DEBUG = True
PAGURE_CI_SERVICES = ['jenkins']
TEMPLATES_AUTO_RELOAD = True