Skip to content

Add the ability to use .env files #28

@pfwd

Description

@pfwd

Add the ability to use .env files to the api-client

TODO

  • Install https://www.npmjs.com/package/dotenv
  • Update the .gitignore file in the API-Client and ignore the .env file
  • Create a .env.sample file in the api-client root 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.sample to a new .env file and make the required changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    api clientAny thing to do with the API ClientenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions