Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Postgres ¶
type Postgres struct { /*AdditionalDatabases - Descr: Additional Postgres databases to be created (during the startup process) Default: [] */ AdditionalDatabases interface{} `yaml:"additional_databases,omitempty"` /*Postgres - Descr: Additional Postgres databases to be created (during the startup process) Default: [] */ Postgres *Postgres `yaml:"postgres,omitempty"` /*MaxConnections - Descr: Set max concurrent connections for database Default: 100 */ MaxConnections interface{} `yaml:"max_connections,omitempty"` /*User - Descr: Username clients must use to access Postgres Default: bosh */ User interface{} `yaml:"user,omitempty"` /*Password - Descr: Password clients must use to access Postgres Default: <nil> */ Password interface{} `yaml:"password,omitempty"` /*ListenAddress - Descr: IP address Postgres listens on; use 0.0.0.0 to listen on all IP addresses Default: 127.0.0.1 */ ListenAddress interface{} `yaml:"listen_address,omitempty"` /*Port - Descr: TCP port Postgres listens on Default: 5432 */ Port interface{} `yaml:"port,omitempty"` /*Database - Descr: Default Postgres database (it will be created during the startup process) Default: bosh */ Database interface{} `yaml:"database,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.