Skip to content
Snippets Groups Projects

WS-641: CARTA 2.0

Merged Nathan Hertz requested to merge WS-641-carta-2.0 into main
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -37,7 +37,7 @@ def _get_settings(location: str) -> Dict:
return {
"timeout": carta_settings.timeoutInMinutes,
"carta_path": "/home/ssa/bin/CARTA-2.0-no_runtime_config.AppImage",
"carta_path": carta_settings.pathToExecutable,
"redis_host": carta_settings.redisHost,
"redis_port": carta_settings.redisPort,
"redis_password": carta_settings.redisPassword,
Loading