Discover Packages
github.com/apache/servicecomb-kie
server
config
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Sep 5, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Init initiate config files
type Config struct {
DB DB `yaml:"db"`
}
Config is yaml file struct
Configurations is kie config items
type DB struct {
URI string `yaml:"uri"`
PoolSize int `yaml:"poolSize"`
SSLEnabled bool `yaml:"sslEnabled"`
RootCA string `yaml:"rootCAFile"`
Timeout string `yaml:"timeout"`
}
DB is yaml file struct to set mongodb config
Source Files
¶
Click to show internal directories.
Click to hide internal directories.