Hi,
I'm working on a JAVA topic, which should be deployed into different instances of HANA CLOUD. So I want to find a way to set the different environment parameters in server level. Basically, if I'm using a tomcat, I can just add a parameter in <tomcat config>/config/context.xml, the entry should be like this:
<Parametername="liquibase.contexts"value="dev"override="false"/>, so that the program will automatically identify the environment dynamically.
But how can I set this parameter in HANA CLOUD? Can anybody tell me?
Best regards,
Yu