Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.0.1' of github.com:ONLYOFFICE/AppServer into …
Browse files Browse the repository at this point in the history
…hotfix/v1.0.1
  • Loading branch information
gopienkonikita committed Nov 12, 2021
2 parents 9b6d9da + fc42416 commit b608d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ASC.Web.Core/SetupInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public SetupInfo(IConfiguration configuration)
ValidAuthKeyInterval = GetAppSettings("auth.validinterval", TimeSpan.FromHours(1));

SalesEmail = GetAppSettings("web.payment.email", "[email protected]");
web_autotest_secret_email = (configuration["web.autotest.secret-email"] ?? "").Trim();
web_autotest_secret_email = (configuration["web:autotest:secret-email"] ?? "").Trim();

RecaptchaPublicKey = GetAppSettings("web.recaptcha.public-key", null);
RecaptchaPrivateKey = GetAppSettings("web.recaptcha.private-key", "");
Expand Down

0 comments on commit b608d2c

Please sign in to comment.