diff --git a/config.ts b/config.ts index ea3fd7f..eae3219 100644 --- a/config.ts +++ b/config.ts @@ -57,6 +57,8 @@ export function ensureNecessaryConfigs() { "yellow", ); Deno.exit(1); + } else { + log(`Relays: ${config.relay_urls.join(", ")}`, "green"); } if (staticUsersConfigured) {