- Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
api clientAny thing to do with the API ClientAny thing to do with the API ClientenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Add the ability to use .env files to the api-client
TODO
- Install https://www.npmjs.com/package/dotenv
- Update the
.gitignorefile in the API-Client and ignore the.envfile - Create a
.env.samplefile in theapi-clientroot with the following-
API_VERSION=v1 -
API_BASE_PATH=http://localhost:3000/
-
- Update API-Client install guide with a section on how to copy the
.env.sampleto a new.envfile and make the required changes.
Metadata
Metadata
Assignees
Labels
api clientAny thing to do with the API ClientAny thing to do with the API ClientenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed