How to get run time value based on the virtual environments in the app.yaml file.
For example:
runtime: node
env:
- name: credentials
valueRef:
name: Config
key: Credentials{} - there are multiple keys for different environments for ex, dev, test, qa, prod ,etc.. values would be Credentialsdev, Credentialstest, Credentialsqa, Credentialsprod etc..
How to get runtime Keys based on environments with condition? Any suggestions please?