leaf-document-web/src/plugins/config.ts
2024-05-30 11:05:16 +08:00

16 lines
322 B
TypeScript

const staticConfig = {
url: "https://auth.leaflow.cn/",
realm: "UserLand",
clientId: "Leaf Library",
scope: "openid profile",
checkLoginIframe: false,
redirectUri: window.location.origin + "/auth/login",
rpcBaseUrl: "http://127.0.0.1:18081",
devMode: true
}
export default staticConfig