package
Version:
v1.7.0
Opens a new window with list of versions in this module.
Published: Apr 29, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APPConfig struct {
DeployLimit int32 `toml:"deployLimit"`
ShutdownTimeout time.Duration `toml:"shutdownTimeout"`
RepositoryPath string `toml:"repositoryPath"`
}
type CookieConfig struct {
Name string `toml:"name"`
Expire int `toml:"expire"`
}
type DBConfig struct {
Type string `toml:"type"`
User string `toml:"user"`
Password string `toml:"password"`
Host string `toml:"host"`
Port string `toml:"port"`
Database string `toml:"database"`
}
type JWTConfig struct {
Key string `toml:"key"`
}
type LDAPConfig struct {
Enabled bool `toml:"enabled"`
URL string `toml:"url"`
BindDN string `toml:"bindDN"`
Password string `toml:"password"`
BaseDN string `toml:"baseDN"`
UID string `toml:"uid"`
UserFilter string `toml:"userFilter"`
}
type LogConfig struct {
Path string `toml:"path"`
Split bool `toml:"split"`
}
type WebConfig struct {
Port string `toml:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.