mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
|
export const mockedConfig = {
|
||
|
appId: '<app-id>',
|
||
|
appSecret: '<app-secret>',
|
||
|
};
|