when i run the app locally, obviously the variables from app.yml are not injected into process.env , whats the correct way to get around this ?
runtime: nodejs env: flex service: email
env_variables:
PUBSUB_TOPIC: dev-xxx
PUBSUB_VERIFICATION_TOKEN: <your-verification-token>