Autodesk-Forge / learn.forge.viewmodels

Learn Forge Tutorial: View your models using 2-legged OAuth. Available in Nodejs, .NET, Go, PHP & Java
http://learnforge.autodesk.io
MIT License
105 stars 86 forks source link

.env.example file missing #18

Closed ishashankbhagat closed 3 years ago

ishashankbhagat commented 5 years ago

I cannot find the .env.example file

augustogoncalves commented 5 years ago

it depends on the programming language and IDE, for Nodejs you'll the required env vars at the readme: https://github.com/Autodesk-Forge/learn.forge.viewmodels/tree/nodejs

petrbroz commented 3 years ago

I agree. While the .env file is typical for vscode, this sample app doesn't really use that many env. variables to justify the need for such an example file. If you're using vscode, simply add the FORGE_CLIENT_ID and FORGE_CLIENT_SECRET to your launch.json directly.