跳到主要内容

definition-properties-db

db Type

object (Details)

db Properties

PropertyTypeRequiredNullableDefined by
hoststringRequiredcannot be nullUntitled schema
portintegerRequiredcannot be nullUntitled schema
userstringRequiredcannot be nullUntitled schema
passwordstringRequiredcannot be nullUntitled schema
dbNamestringRequiredcannot be nullUntitled schema
debugbooleanRequiredcannot be nullUntitled schema

host

数据库地址

host

host Type

string

port

数据库端口

port

port Type

integer

user

数据库用户名

user

user Type

string

password

数据库密码

password

password Type

string

dbName

数据库数据库名

dbName

dbName Type

string

debug

打开ORM的debug模式

debug

debug Type

boolean