mirror of
https://github.com/logto-io/logto.git
synced 2025-02-10 21:58:23 -05:00
4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
export const mockedConfig = {
|
|
appId: '<app-id>',
|
|
appSecret: '<app-secret>',
|
|
};
|