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
| # Copy this file to .env and fill in your own values: | |
| # cp .env.example .env | |
| # | |
| # Do NOT commit .env to git (add it to .gitignore). | |
| # Required -- from your app on developer.tesla.com | |
| CLIENT_ID=paste_your_client_id | |
| CLIENT_SECRET=paste_your_client_secret | |
| # Required for registration (tesla_register.py): your registered domain, |