feature: moves host/port/enable_feature into ini files

This commit is contained in:
ievgenii vdovenko 2026-01-28 12:23:56 +01:00
parent 144e4a8ab1
commit bfb7120398
5 changed files with 23 additions and 8 deletions

View file

@ -839,6 +839,11 @@ ssh.enable_ui_key_generator = true
; Add any custom entries below. Please don't remove this marker.
custom.conf = 1
; update service
update_service.host=host.docker.internal
update_service.port=10025
update_service.enabled=true
; #####################
; LOGGING CONFIGURATION