This is an automated email from the ASF dual-hosted git repository.
linkinstar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
The following commit(s) were added to refs/heads/main by this push:
new 237b53243 Update env.md
237b53243 is described below
commit 237b532434a1a0c5ef171bb1c930cc59839e36f2
Author: EkkoKo <[email protected]>
AuthorDate: Thu Jul 25 16:24:20 2024 +0300
Update env.md
---
docs/getting-started/env.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/getting-started/env.md b/docs/getting-started/env.md
index ddd977839..ad190262d 100644
--- a/docs/getting-started/env.md
+++ b/docs/getting-started/env.md
@@ -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
+
+