Closed pfwd closed 2 years ago
Add the ability to use .env files to the api-client
.env
api-client
TODO
.gitignore
.env.sample
API_VERSION=v1
API_BASE_PATH=http://localhost:3000/
@pfwd Can help with installing environmental variables
Add the ability to use
.env
files to theapi-client
TODO
.gitignore
file in the API-Client and ignore the.env
file.env.sample
file in theapi-client
root with the followingAPI_VERSION=v1
API_BASE_PATH=http://localhost:3000/
.env.sample
to a new.env
file and make the required changes.