Documentation
¶
Index ¶
Constants ¶
View Source
const ConfFileEnvVar = "CONFIG_FILE"
View Source
const DefaultConfFile = "conf.toml"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
WebStaticFilesPath string
CORSAllowedOrigins []string
AccountManager accounts.Config
SecretManager secrets.Config
InstanceManager instances.Config
EncryptionService encryption.Config
DatabaseService database.Config
WebRTC WebRTCConfig
}
func LoadConfig ¶
type WebRTCConfig ¶
type WebRTCConfig struct {
STUNServers []string
}
Click to show internal directories.
Click to hide internal directories.