AppOptions = object
Defined in: src/app/index.ts:32
Properties
Property | Type | Defined in |
---|---|---|
auth? | AuthConfig | src/app/index.ts:36 |
defaultRoles? | Record <string , string > | src/app/index.ts:38 |
email? | EmailConfig | src/app/index.ts:35 |
migrations? | MigrationScript [] | src/app/index.ts:39 |
modules? | Module [] | src/app/index.ts:33 |
roles? | Record <string , RoleDefinition > | src/app/index.ts:37 |
server? | AppServer | src/app/index.ts:34 |
websocket? | WebsocketConfig | src/app/index.ts:40 |