package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Sep 9, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
MqttURL string `env:"MQTT_URL,required"`
ListenAddress string `env:"LISTEN, default=:8090"`
AdminListenAddress string `env:"ADMIN_LISTEN, default=:8091"`
AllowedOrigins []string `env:"ALLOWED_ORIGINS, default=*"`
IdmURL string `env:"IDM_URL"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.