Log relays on startup

This commit is contained in:
2024-10-25 12:44:14 +02:00
parent eadc40392a
commit 28e9d14aae

View File

@@ -57,6 +57,8 @@ export function ensureNecessaryConfigs() {
"yellow",
);
Deno.exit(1);
} else {
log(`Relays: ${config.relay_urls.join(", ")}`, "green");
}
if (staticUsersConfigured) {