diff --git a/internal/config/testing_config.json b/internal/config/testing_config.json index d106c863..5231b878 100644 --- a/internal/config/testing_config.json +++ b/internal/config/testing_config.json @@ -1,16 +1,19 @@ { - "Lockout": 5, - "HelpMail": "help@example.com", - "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": "help@example.com", + "Issuer": "192.168.121.61", + "MaxSessionLifetimeMinutes": 1, + "SessionInactivityTimeoutMinutes": 1 } }, "Clustering": { @@ -19,9 +22,6 @@ "Witness": false, "TLSManagerListenURL": "https://localhost:3434" }, - "Authenticators": { - "Issuer": "192.168.121.61" - }, "Wireguard": { "DevName": "loopbackTun1", "ListenPort": 53231, diff --git a/internal/config/testing_config2.json b/internal/config/testing_config2.json index 7a6d9c0a..225a4116 100644 --- a/internal/config/testing_config2.json +++ b/internal/config/testing_config2.json @@ -1,16 +1,19 @@ { - "Lockout": 5, - "HelpMail": "help@example.com", - "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": "help@example.com", + "MaxSessionLifetimeMinutes": 1, + "SessionInactivityTimeoutMinutes": 1 } }, "Clustering": { @@ -22,9 +25,6 @@ "https://localhost:2381" ] }, - "Authenticators": { - "Issuer": "192.168.121.61" - }, "Wireguard": { "DevName": "loopbackTun1", "ListenPort": 53232,