I have to access few WL Server properties (from worklight.properties) in the Adapter JS file. I know we can access properties in the Adapter xml file but I have to access in the JS file.
{ WL.Server.configuration["local.IPAddress"] }
Is this possible?