diff options
-rw-r--r-- | rpkid/portal-gui/settings.py.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rpkid/portal-gui/settings.py.in b/rpkid/portal-gui/settings.py.in index 7e4a62a7..7eb3f308 100644 --- a/rpkid/portal-gui/settings.py.in +++ b/rpkid/portal-gui/settings.py.in @@ -11,10 +11,6 @@ __version__ = '$Id$' import rpki.config import os.path -# needs to be set prior to the call to rpki.config.parser so it knows -# where to find the system rpki.conf -rpki.config.default_dirname = '%(AC_SYSCONFDIR)s' - # load the sql authentication bits from the system rpki.conf rpki_config = rpki.config.parser(section='web_portal') |