package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Jul 14, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ServerHost string `env:"SERVER_HOST" env-default:"0.0.0.0"`
ServerPort int `env:"SERVER_PORT" env-default:"8080"`
PostgresURI string `env:"POSTGRES_URI" env-required:""`
Debug bool `env:"DEBUG"`
DisableStacktrace bool `env:"NO_STACKTRACE"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.