Created
October 15, 2019 16:54
-
-
Save ohld/c046dec3fee8f3db2b758b9e6b2abb5a to your computer and use it in GitHub Desktop.
Ziet co config to use secret environment variables in python projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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