mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-03-21 17:44:49 -05:00
Actually set the config to the valid domains
This commit is contained in:
parent
4d577734d5
commit
94ce277beb
|
|
@ -123,6 +123,8 @@ for (const service of domainServices) {
|
|||
if (invalidDomains.length) {
|
||||
LOG_WARN(`Invalid domain(s) skipped for ${service}: ${formatHostnames(invalidDomains)}`);
|
||||
}
|
||||
|
||||
config.domains[service] = validDomains;
|
||||
}
|
||||
|
||||
if (!config.http.port) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user