mirror of
https://github.com/logto-io/logto.git
synced 2025-03-03 22:15:32 -05:00
4 lines
95 B
TypeScript
4 lines
95 B
TypeScript
export const mockedConfig = {
|
|
clientId: '<client-id>',
|
|
clientSecret: '<client-secret>',
|
|
};
|