My app.yaml file is -
runtime: node
runtimeVersion: 8
application: demo-chekin-test
env:
- name: NODE_ENV
value: production
- name: ListofUsers
valueRef:
name: QR-User-Map
key: userList
I want to fetch the value of ListOfUsers in my js file. How can I refer to the environment variable from the app.yaml file into my js file?