blob: fcfe467869cc7874f1a88d3ea63b71e6ff142ee6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $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'
|