Skip to content

Commit

Permalink
Update test configurations for new format
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Nov 28, 2024
1 parent ea93c39 commit 56cd48a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions internal/config/testing_config.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"Lockout": 5,
"HelpMail": "[email protected]",
"MaxSessionLifetimeMinutes": 1,
"SessionInactivityTimeoutMinutes": 1,
"ExternalAddress": "192.168.121.61",

"DatabaseLocation": "file::memory:",
"Webserver": {
"Lockout": 5,

"Public": {
"ListenAddress": ":8081"
"ListenAddress": ":8081",
"ExternalAddress": "192.168.121.61"
},
"Tunnel": {
"Port": "8080"
"Port": "8080",
"HelpMail": "[email protected]",
"Issuer": "192.168.121.61",
"MaxSessionLifetimeMinutes": 1,
"SessionInactivityTimeoutMinutes": 1
}
},
"Clustering": {
Expand All @@ -19,9 +22,6 @@
"Witness": false,
"TLSManagerListenURL": "https://localhost:3434"
},
"Authenticators": {
"Issuer": "192.168.121.61"
},
"Wireguard": {
"DevName": "loopbackTun1",
"ListenPort": 53231,
Expand Down
20 changes: 10 additions & 10 deletions internal/config/testing_config2.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"Lockout": 5,
"HelpMail": "[email protected]",
"MaxSessionLifetimeMinutes": 1,
"SessionInactivityTimeoutMinutes": 1,
"ExternalAddress": "192.168.121.61",


"DatabaseLocation": "file::memory:",
"Webserver": {
"Lockout": 5,

"Public": {
"ListenAddress": ":8081"
"ListenAddress": ":8081",
"ExternalAddress": "192.168.121.61"
},
"Tunnel": {
"Port": "8080"
"Port": "8080",
"HelpMail": "[email protected]",
"MaxSessionLifetimeMinutes": 1,
"SessionInactivityTimeoutMinutes": 1
}
},
"Clustering": {
Expand All @@ -22,9 +25,6 @@
"https://localhost:2381"
]
},
"Authenticators": {
"Issuer": "192.168.121.61"
},
"Wireguard": {
"DevName": "loopbackTun1",
"ListenPort": 53232,
Expand Down

0 comments on commit 56cd48a

Please sign in to comment.