package
Version:
v0.0.0-...-7c1aaf1
Opens a new window with list of versions in this module.
Published: May 27, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
Config struct {
Hostname string `koanf:"hostname"`
TLSPath string `koanf:"tls_path"`
API struct {
Host string `koanf:"host"`
Port int `koanf:"port"`
BehindProxy bool `koanf:"behind_proxy"`
} `koanf:"api"`
Database struct {
URL string `koanf:"url"`
} `koanf:"database"`
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.