mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Merge branch 'main' of github.com:Monadical-SAS/reflector into sara/fix-api-auth
This commit is contained in:
@@ -8,6 +8,7 @@ const localConfig = {
|
||||
browse: true,
|
||||
},
|
||||
api_url: "http://127.0.0.1:1250",
|
||||
websocket_url: "ws://127.0.0.1:1250",
|
||||
auth_callback_url: "http://localhost:3000/auth-callback",
|
||||
};
|
||||
|
||||
@@ -17,6 +18,7 @@ type EdgeConfig = {
|
||||
[featureName in "requireLogin" | "privacy" | "browse"]: boolean;
|
||||
};
|
||||
auth_callback_url: string;
|
||||
websocket_url: string;
|
||||
api_url: string;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user