Skip to content

Commit

Permalink
Update env.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EkkoKo authored and LinkinStars committed Jul 25, 2024
1 parent 1565502 commit 237b532
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/getting-started/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@ slug: /env
- `ADMIN_PASSWORD`: admin password
- `ADMIN_EMAIL`: admin email

### For overriding the config file

- `SWAGGER_HOST` - address for the swagger to display, like `192.168.12.12` or `answer.apache.org`
- `SWAGGER_ADDRESS_PORT` - port for the swagger to display, like `:3000`
- `SITE_ADDR` - address that the site should run, like `0.0.0.0:3000`

## Log

- `LOG_LEVEL`: log level support [`DEBUG` `INFO` `WARN` `ERROR`]
- `LOG_PATH`: log storage location


0 comments on commit 237b532

Please sign in to comment.