chore(refact)!: simplify config management

We are dropping configuration via CLI flag almost entirely. If any
server configuration has to be tweak it must be done through the server
section in the run.yaml.

This is unfortunately a breaking change for whover was using:

* `--tls-*`
* `--disable_ipv6`

`--port` stays around and get a special treatment since we believe, it's
common for user dev to change port for quick experimentations.

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-05-07 16:37:19 +02:00
parent 664161c462
commit 98db4a226f
No known key found for this signature in database
37 changed files with 41 additions and 37 deletions

View file

@ -75,4 +75,5 @@ jobs:
fi
done
echo "Provider failed to load"
cat server.log
exit 1