Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Postgresql ¶
type Postgresql struct {
/*BindIp - Descr: IP address on which the PostgresSQL server will listen.
Default: 0.0.0.0
*/
BindIp interface{} `yaml:"bind_ip,omitempty"`
/*BindPort - Descr: Port on which the PostgresSQL server will listen.
Default: 5432
*/
BindPort interface{} `yaml:"bind_port,omitempty"`
/*Databases - Descr: List of databases to create, along with a role name and password of a role
to create for the database.
Default: <nil>
*/
Databases interface{} `yaml:"databases,omitempty"`
/*MaxConnections - Descr: Maximum number of open database connections to support.
Default: 500
*/
MaxConnections interface{} `yaml:"max_connections,omitempty"`
}
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.