How to access Environment Variables from AEM as Cloud Service using Java/JSP/JS without OSGI config
I want to use the value of any environment variable configured in AEM as Cloud Service through Java or JSP or JS file.
NOTE: I don't have any OSGI config. I am trying to get the secret keys stored as environment variables in Cloud configuration (ReCaptcha).
Any help is appreciated.