mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:37:15 +00:00
5 lines
151 B
TypeScript
5 lines
151 B
TypeScript
|
export const presetAuthType = 'Email/Password';
|
||
|
export const presetAuthenticator = 'basic';
|
||
|
|
||
|
export const namespace = require('../package.json').name;
|