Preparing search index...
The search index is not available
Takaro - v0.0.16
Takaro
@takaro/db
IDbConfig
Interface IDbConfig
interface
IDbConfig
{
app
:
{
name
:
string
}
;
baseDomainSchema
:
string
;
encryptionKey
:
string
;
functions
:
{
executionMode
:
EXECUTION_MODE
}
;
mode
:
"development"
|
"production"
|
"test"
;
postgres
:
{
ca
:
string
;
database
:
string
;
host
:
string
;
password
:
string
;
port
:
number
;
ssl
:
boolean
;
user
:
string
;
}
;
redis
:
{
host
:
string
;
password
:
string
;
port
:
number
;
username
:
string
}
;
systemSchema
:
string
;
}
Hierarchy (
View Summary
)
IBaseConfig
IDbConfig
Index
Properties
app
base
Domain
Schema
encryption
Key
functions
mode
postgres
redis
system
Schema
Properties
app
app
:
{
name
:
string
}
base
Domain
Schema
baseDomainSchema
:
string
encryption
Key
encryptionKey
:
string
functions
functions
:
{
executionMode
:
EXECUTION_MODE
}
mode
mode
:
"development"
|
"production"
|
"test"
postgres
postgres
:
{
ca
:
string
;
database
:
string
;
host
:
string
;
password
:
string
;
port
:
number
;
ssl
:
boolean
;
user
:
string
;
}
redis
redis
:
{
host
:
string
;
password
:
string
;
port
:
number
;
username
:
string
}
system
Schema
systemSchema
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
app
base
Domain
Schema
encryption
Key
functions
mode
postgres
redis
system
Schema
Takaro - v0.0.16
Loading...