mirror of
https://github.com/logto-io/logto.git
synced 2025-02-24 22:05:56 -05:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
export const mockedConfig = {
|
|
corpId: '<corp-id>',
|
|
appSecret: '<app-secret>',
|
|
agentId: '<agent-id>',
|
|
access_token: 'access_token',
|
|
};
|