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