Add enable_http_auth in gns3_server.conf sample

This commit is contained in:
grossmj 2026-03-04 16:35:26 +08:00
parent c48c89d309
commit 7010baccee
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -91,6 +91,9 @@ udp_end_port_range = 30000
; uBridge executable location, default: search in PATH
;ubridge_path = ubridge
; Option to enable or disable compute HTTP authentication
enable_http_auth = True
; Username for compute HTTP authentication, "gns3" is the default if not specified
compute_username = gns3
; Password for compute HTTP authentication, a randomly generated password is used if not specified