feature: moves host/port/enable_feature into ini files
This commit is contained in:
parent
144e4a8ab1
commit
bfb7120398
5 changed files with 23 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue