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 folderstartup_cmd = ["bash","./jupiter-startup-script.sh"]
: Commands to run before start/restartauto_restart_minutes
: Auto restart interval in minutes (0 to disable)
Last updated