A8Config
getConfig
Helps retrieve the value of the configuration variables for a particular app.
- Method
- Usage
- Response
getConfig(key:string)
// Returns the value set for the configuration variable: "password".
await a8config.getConfig("password")
"PazzW0rd"