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