Skip to content

Commit

Permalink
docs: add env vars to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva64 committed Jul 15, 2024
1 parent 661d18e commit 1d22dc6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,14 @@ To get a local copy up and running, follow these simple steps.

## Usage

Use this space to show useful examples of how this API can be used. Here are some example endpoints and responses:
### Environment Variables

To run the application, you need to set the following environment variables:
- `CELESTRACK_URL`: The URL to the Celestrak API.
- `SPACETRACK_URL`: The URL to the Space-Track API.
- `SPACETRACK_USERNAME`: The username for the Space-Track API.
- `SPACETRACK_PASSWORD`: The password for the Space-Track API.
- 'HOST': The host for the server(0.0.0.0 if in docker)

### Get Satellite Detail

Expand Down

0 comments on commit 1d22dc6

Please sign in to comment.