Skip to content

Commit

Permalink
chore: document environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Nov 4, 2024
1 parent 823f17b commit d4d9442
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ func startServerNonBlocking() {
}
```

### Configuration
This module will read the following environment variables.

#### Env Vars
- `API_KIT_ENV`: default=production
#### Standard Env Vars
- `PORT`: default=8080

### Middlewares
By default, four cross-cutting middlewares are configured. These build the foundation for a secure API.

Expand Down

0 comments on commit d4d9442

Please sign in to comment.