"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)")
# Parse arguments, ignoring any non-defined arguments