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