From 73bb24382a8f43e1c6bb29827a2f191aadae231c Mon Sep 17 00:00:00 2001 From: RaidMax Date: Tue, 5 Apr 2022 17:49:56 -0500 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.md b/Configuration.md index 74f8dd2..3a098a1 100644 --- a/Configuration.md +++ b/Configuration.md @@ -57,7 +57,7 @@ If you wish to further customize your experience of **IW4MAdmin**, the following ### Application | Name | Description | Validation | Default | |------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------|-----------------------------| -| EnableWebfront | Indicates if the webfront (web based GUI) is active | true or false | -- | +| EnableWebfront* | Indicates if the webfront (web based GUI) is active | true or false | -- | | WebfrontBindUrl* | Specifies the address and port the webfront will listen on. ([Note for Reverse Proxies](https://github.com/RaidMax/IW4M-Admin/issues/208#issuecomment-855258215)) | HTTP Uri | http://0.0.0.0:1624 | | ManualWebfrontUrl* | URL for webfront (useful for things like [YADB](https://forum.awog.at/topic/89/release-yadb-yet-another-discord-bridge)) | HTTP Uri | null | | WebfrontPrimaryColor* | Hex Value for the Primary Webfront color | Hex Color Code | -- |