mirror of
https://codeberg.org/vegvisir/install.git
synced 2025-09-14 00:33:41 +02:00
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:
parent
7484c2370b
commit
9ae80a1707
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue