package
Version:
v3.0.1
Opens a new window with list of versions in this module.
Published: Feb 7, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package config contains configuration options of HTTP server.
type Config struct {
VerificationToken string `yaml:"verificationToken"`
Host string `yaml:"host"`
Port uint `yaml:"port"`
}
Config provides configuration for an HTTP server of the Database Lab.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.