Locally testing OS environmental variables in Ballerina

50 Views Asked by At

When using Ballerina configurables we can use a config.toml to maintain the configurations and compile the service without any issue.

If I need to use a os:getEnv("variable") in Ballerina, is there a way to mount this file in local environment and compile the service?

Thank you.

0

There are 0 best solutions below