From 5b6714d2c0d1cb71f51a22b2b44972019faee076 Mon Sep 17 00:00:00 2001 From: Adrian Priestley <47989725+a-priestley@users.noreply.github.com> Date: Sat, 8 Nov 2025 16:21:27 +0000 Subject: [PATCH] chore(documentation): Update deployment example config (#5476) - Include flag and notice regarding asset rights in example config --- deploy/example_config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/example_config.yaml b/deploy/example_config.yaml index d74f7f238f..f7b25d7b6a 100644 --- a/deploy/example_config.yaml +++ b/deploy/example_config.yaml @@ -8,3 +8,7 @@ SELFLAUNCH: false # Host Address. This is the address encoded into the patch that will be used for client auto-connect. # Set as your local IP (192.168.x.x) to serve over LAN. HOST_ADDRESS: localhost + +# Asset redistribution rights. If true, the host affirms they have been given explicit permission to redistribute +# the proprietary assets in WebHostLib +#ASSET_RIGHTS: false