appwrite / appwrite/playground-for-node
Use environment variables for API KEY and PROJECT ID
Open
- Dominant language
- JavaScript
- Stars
- 71
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Using environment variables for API KEY and PROJECT ID makes it not secure but also makes it easy for people wanting to try out this project. There can be a `.env.example` file which has empty values for the environment variables. The person setting up the project can just `cp .env.example .env` and fill in the appropriate values.
Contributor guide
Assessment
This issue has not been assessed yet.