[Web] Allow to specify transport test rcpt

This commit is contained in:
andryyy
2021-03-13 12:37:24 +01:00
parent c79aae2b1e
commit b3e3ab2e61
5 changed files with 18 additions and 4 deletions

View File

@@ -124,9 +124,6 @@ $SESSION_LIFETIME = 10800;
// Label for OTP devices
$OTP_LABEL = "mailcow UI";
// Default "to" address in relay test tool
$RELAY_TO = "null@hosted.mailcow.de";
// How long to wait (in s) for cURL Docker requests
$DOCKER_TIMEOUT = 60;