From 9ae80a1707cee2d3ba7166aaee9ea321cde9c7c7 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 7 Aug 2025 06:46:18 +0200 Subject: [PATCH] fic: remove optional parameters from generated env.ini (#4) I will remove generated envvars for optional parameters. Vegvisir will automatically fall back to its internal defaults if certain parameters are absent. I had to leave `worker_magic_pathname` in for now thought since the Vegvisir default for that is incorrect. When [PR #60](https://codeberg.org/vegvisir/vegvisir/pulls/60) is merged into the Vegvisir master, I will remove it from here. Reviewed-on: https://codeberg.org/vegvisir/install/pulls/4 --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index 94ad5ef..08ade8e 100755 --- a/install.sh +++ b/install.sh @@ -84,8 +84,6 @@ configure_vegvisir() { "root_path = '${cwd}'" "shell_page = 'public/shell'" "public_path = 'public/'" - "worker_magic_pathname = '/__vvnavwrkr'" - "rfc_4288_url = 'https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types'" ) for line in "${config[@]}" ; do