16 lines
322 B
TypeScript
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 |