Skip to main content
API Reference / modelence / server / AppOptions
AppOptions = object
Defined in: src/app/index.ts:32

Properties

PropertyTypeDefined in
auth?AuthConfigsrc/app/index.ts:36
defaultRoles?Record<string, string>src/app/index.ts:38
email?EmailConfigsrc/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?AppServersrc/app/index.ts:34
websocket?WebsocketConfigsrc/app/index.ts:40
I