gc = std # Type of garbage collection. std = Normal garbage collection allowing system to decide (this has been known to cause a stop the world in the middle of a CNC job which can cause lost responses from the CNC controller and thus stalled jobs. use max instead to solve.), off = let memory grow unbounded (you have to send in the gc command manually to garbage collect or you will run out of RAM eventually), max = Force garbage collection on each recv or send on a serial port (this minimizes stop the world events and thus lost serial responses, but increases CPU usage) hostname = unknown-hostname # Override the hostname we get from the OS regex = usb|acm|com # Regular expression to filter serial port list v = true # show debug logging appName = CreateAgent/Stable updateUrl = https://downloads.arduino.cc/ origins = http://localhost:8000, https://test.elasticnumbers.com #signatureKey = -----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0zMIbjWBjlu8NTv8jZVs\nr4iTXATBuJRZkfB7cP7wtm1IAAZkXQ3pQQMnoj50fWQyrSAF29InyuCMWz13//W0\nObFcW8KwCQytMiZ481zgvxCzYTUQ4YwcDmUtRbKZ2pnSCSNxvL2SNpJ1rE8V8pho\nnUvfiV/WCyHXp/9nX9fUQ9MCDleVoeDXmOnuqdnycwX66AycfQtEaSMFVa/GMALg\nopNQFSESgie8XRK786zavk3SvM8bVYfoDkyBscZtEd/ZMgbntkGtI2iVMcH6h3tK\na8Mg/jkZqK32l7qbTdLGfdyTZQ5v+/nW3sMufvpCG/UpKlTK/RuTSrx9qHmQAmhC\nQwIDAQAB\n-----END PUBLIC KEY----- #httpProxy = http://your.proxy:port # Proxy server for HTTP requests crashreport = false # enable crashreport logging