mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -05:00
8 lines
237 B
TypeScript
8 lines
237 B
TypeScript
|
import { getEnv } from '@silverhand/essentials';
|
||
|
|
||
|
export const logtoUrl = getEnv('LOGTO_URL');
|
||
|
|
||
|
export const discoveryUrl = `${logtoUrl}/oidc/.well-known/openid-configuration`;
|
||
|
|
||
|
export const redirectUri = `${logtoUrl}/console/callback`;
|