From 8178f45a9a6c9570413063e99289f4cf60168cd8 Mon Sep 17 00:00:00 2001 From: Koper Date: Mon, 4 Dec 2023 22:02:42 +0700 Subject: [PATCH] Update edgeConfig.ts --- www/app/lib/edgeConfig.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/app/lib/edgeConfig.ts b/www/app/lib/edgeConfig.ts index 1140e555..5527121a 100644 --- a/www/app/lib/edgeConfig.ts +++ b/www/app/lib/edgeConfig.ts @@ -3,9 +3,9 @@ import { isDevelopment } from "./utils"; const localConfig = { features: { - requireLogin: false, + requireLogin: true, privacy: true, - browse: false, + browse: true, }, api_url: "http://127.0.0.1:1250", websocket_url: "ws://127.0.0.1:1250",