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
This commit is contained in:
Victor Westerlund 2025-08-07 06:46:18 +02:00
parent 7484c2370b
commit 9ae80a1707

View file

@ -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