Skip to content

Commit

Permalink
Merge pull request #721 from fstagni/51_removeSetup_2
Browse files Browse the repository at this point in the history
fix: remove need for DIRAC/Setup
  • Loading branch information
chrisburr authored Feb 14, 2023
2 parents b11796c + b5e13fb commit 8da280d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/WebAppDIRAC/scripts/dirac_webapp_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def setHandlers(op):

localCfg.handlersLoc = "WebApp.handler"
localCfg.setConfigurationForWeb("WebApp")
localCfg.addMandatoryEntry("/DIRAC/Setup")
localCfg.addDefaultEntry("/DIRAC/Security/UseServerCertificate", "yes")
localCfg.addDefaultEntry("LogLevel", "INFO")
localCfg.addDefaultEntry("LogColor", True)
Expand Down
1 change: 0 additions & 1 deletion src/WebAppDIRAC/scripts/tornado-start-web.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def main():
from DIRAC.FrameworkSystem.Client.Logger import gLogger

localCfg = LocalConfiguration()
localCfg.addMandatoryEntry("/DIRAC/Setup")
localCfg.addDefaultEntry("/DIRAC/Security/UseServerCertificate", "yes")
localCfg.addDefaultEntry("LogLevel", "INFO")
localCfg.addDefaultEntry("LogColor", True)
Expand Down

0 comments on commit 8da280d

Please sign in to comment.