# $Id$ # # This module contains the default settings for the RPKI portal gui. # # DO NOT EDIT! This file is automatically generated from settings.py.in # path to the myrpki command line tool from django.conf import settings RPKI_CONF_TEMPLATE = settings.RPKI_CONF_TEMPLATE = settings.RPKI_CONF_TEMPLATE if hasattr(settings, 'RPKI_CONF_TEMPLATE') else '%(AC_DATAROOTDIR)s/rpki/rpki.conf.template'