Fixed test
This commit is contained in:
parent
6420387e9f
commit
c74c22e33d
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@
|
|||
:GITEA__mailer__FROM-c1 "",
|
||||
:GITEA__mailer__FROM-c2 "test@test.com",
|
||||
:GITEA__mailer__SMTP_ADDR-c1 "m.t.de",
|
||||
:GITEA__mailer__SMTP_PORT-c1 123,
|
||||
:GITEA__mailer__SMTP_PORT-c1 "123",
|
||||
:GITEA__mailer__SMTP_ADDR-c2 "mail.test.com",
|
||||
:GITEA__mailer__SMTP_PORT-c2 456,
|
||||
:GITEA__mailer__SMTP_PORT-c2 "456",
|
||||
:GITEA__server__DOMAIN-c1 "test.de",
|
||||
:GITEA__server__DOMAIN-c2 "test.com",
|
||||
:GITEA__server__ROOT_URL-c1 "https://test.de",
|
||||
|
|
Loading…
Reference in a new issue