Skip to content

Instantly share code, notes, and snippets.

@ohld
Created October 15, 2019 16:54
Show Gist options
  • Select an option

  • Save ohld/c046dec3fee8f3db2b758b9e6b2abb5a to your computer and use it in GitHub Desktop.

Select an option

Save ohld/c046dec3fee8f3db2b758b9e6b2abb5a to your computer and use it in GitHub Desktop.
Ziet co config to use secret environment variables in python projects
{
"builds": [{
"src": "index.py", "use": "@now/python"
}],
"routes": [
{ "src": "/(.*)", "dest": "index.py" }
],
"env": {
"TELEGRAM_TOKEN": "@telegram-token"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment