config

package
v0.0.0-...-b4e23d6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2023 License: Unlicense Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadConfig

func LoadConfig(path string) error

Types

type Application

type Application struct {
	Port          string `yaml:"port" env-default:"8080"`
	BaseUrl       string `yaml:"baseUrl" env-default:"/"`
	DbUrl         string `yaml:"db_url"`
	TokenSecret   string `yaml:"token_secret"`
	TokenLifeTime int    `yaml:"token_lifetime"`
}
var App Application

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL