Update edgeConfig.ts

This commit is contained in:
Koper
2023-12-04 22:02:42 +07:00
parent f2c69b041a
commit 8178f45a9a

View File

@@ -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",