scripts.log_level = "INFO" scripts.EdgeThing = { file = "thing.lua", template = "PiTemplate", identifier = "PiThing", scanRate = 1000, taskRate = 30000 } -- EMS Connection Configuration scripts.rap_host = "localhost" scripts.rap_port = 8001 -- EMS Connection TLS Configuration scripts.rap_ssl = true scripts.rap_deny_selfsigned = false scripts.rap_validate = false -- EMS Connection Authentication -- Configuration scripts.rap_server_authenticate = false -- HTTP Server Configuration scripts.script_resource_host = "localhost" scripts.script_resource_port = 8010 -- HTTP Server TLS Configuration scripts.script_resource_ssl = true scripts.script_resource_use_default_certificate = true -- HTTP Server Authentication -- Configuration scripts.script_resource_authenticate = false --[[ scripts.rap_host = "localhost" scripts.rap_port = 8000 scripts.rap_ssl = false scripts.rap_server_authenticate = false scripts.script_resource_host = "localhost" scripts.script_resource_port = 8001 scripts.script_resource_ssl = false scripts.script_resource_authenticate = false ]]--