Update server_test.go
This commit is contained in:
parent
330991ac9b
commit
24de683ed6
@ -53,7 +53,7 @@ func Test_LoadServerCommonConf(t *testing.T) {
|
||||
log_way = file
|
||||
log_level = info9
|
||||
log_max_days = 39
|
||||
log_duration_types = ssh
|
||||
log_duration_types = ssh,rdp
|
||||
disable_log_color = false
|
||||
detailed_errors_to_client
|
||||
authentication_method = token
|
||||
@ -122,7 +122,7 @@ func Test_LoadServerCommonConf(t *testing.T) {
|
||||
LogWay: "file",
|
||||
LogLevel: "info9",
|
||||
LogMaxDays: 39,
|
||||
LogDurationTypes: "ssh",
|
||||
LogDurationTypes: "ssh,rdp",
|
||||
DisableLogColor: false,
|
||||
DetailedErrorsToClient: true,
|
||||
HeartbeatTimeout: 99,
|
||||
|
Loading…
Reference in New Issue
Block a user