add more options

This commit is contained in:
2026-02-24 00:39:04 +01:00
parent feef07959c
commit 1d3f94d236
2 changed files with 13 additions and 2 deletions

View File

@@ -94,4 +94,7 @@ NAME = <%= @ga_instance_name %>
[oauth2]
JWT_SECRET = <%= @ga_jwt_secret %>
[qos]
ENABLED = <%= @ga_qos_enabled %>
MAX_WAITING = <%= @ga_qos_max_waiting %>
TARGET_WAIT_TIME = <%= @ga_qos_target_wait_time %>