Properties
Main
{
[prop: string]: any,
mandarine: {
server: {
host?: string,
port: number,
responseType?: MandarineMVC.MediaTypes
} & any,
resources: {
staticRegExpPattern?: string,
staticFolder?: string,
staticIndex?: string,
cors?: MandarineMVC.CorsMiddlewareOption
} & any,
templateEngine: {
engine: Mandarine.MandarineMVC.TemplateEngine.Engines,
path: string
} & any,
dataSource?: {
dialect: Mandarine.ORM.Dialect.Dialects,
data: {
host: string,
port?: number,
username: string,
password: string,
database: string,
poolSize?: number
} & any
} & any
} & any
}Setting your own properties
Last updated