"maximum_service_loop_time":900,# Seconds, failsafe variable - if service is stuck processing longer than this timeframe it will lead into restarting the app
parser.add_argument('--startup-scripts-folder',type=str,default='/opt/clore-hosting/startup_scripts',help='Folder with startup scripts for containers')
parser.add_argument('--wireguard-config-folder',type=str,default='/opt/clore-hosting/wireguard/configs',help='Folder with wireguard configs')
parser.add_argument('--entrypoints-folder',type=str,default='/opt/clore-hosting/entrypoints',help='Folder with custom entrypoints')
parser.add_argument('--debug-ws-peer',type=str,help="Specific ws peer to connect to (for debugging only)")
parser.add_argument('--gpu-specs-file',type=str,default='/opt/clore-hosting/client/gpu_specs.json',help="Cache with specs of GPU possible OC/Power limit changes")
parser.add_argument('--extra-allowed-images-file',type=str,default="/opt/clore-hosting/extra_allowed_images.json",help="Docker image whitelist, that are allowed by clore.ai hosting software")