Manager Settings

The manager settings are for the self hosted Jupiter API process

[manager]
jupiter_path = ""
startup_cmd = ["bash", "./jupiter-startup-script.sh"] 
auto_restart_minutes = 10
  • jupiter_path = "" : Leaving this empty will auto install the Jupiter API in the libs folder

  • startup_cmd = ["bash","./jupiter-startup-script.sh"] : Commands to run before start/restart

  • auto_restart_minutes : Auto restart interval in minutes (0 to disable)

Last updated