Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
AllowDevelopmentDeploys bool `yaml:"allow_development_deploys"`
AskVaultPass bool `yaml:"ask_vault_pass"`
DatabaseApp string `yaml:"database_app"`
CheckForUpdates bool `yaml:"check_for_updates"`
LoadPlugins bool `yaml:"load_plugins"`
Open map[string]string `yaml:"open"`
VirtualenvIntegration bool `yaml:"virtualenv_integration"`
Vm VmConfig `yaml:"vm"`
Server ServerConfig `yaml:"server"`
}
type ServerConfig ¶ added in v1.17.0
type ServerConfig struct {
Provider string `yaml:"provider"`
}
Click to show internal directories.
Click to hide internal directories.