config

package
v0.0.0-...-7f85a1d Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Server struct {
		Port       string `yaml:"port" envconfig:"SERVER_PORT"`
		Host       string `yaml:"host" envconfig:"SERVER_HOST"`
		SessionKey string `yaml:"session_key" envconfig:"SESSION_KEY"`
	} `yaml:"server"`
	Database struct {
		Username string `yaml:"user" envconfig:"DB_USERNAME"`
		Password string `yaml:"pass" envconfig:"DB_PASSWORD"`
		File     string `yaml:"file" envconfig:"DB_FILE"`
	} `yaml:"database"`
	Frontend struct {
		Admin    string `yaml:"admin" envconfig:"USERNAME"`
		Password string `yaml:"pass" envconfig:"PASSWORD"`
		SiteName string `yaml:"site_name" envconfig:"FILE"`
	} `yaml:"frontend"`
}
var Cfg Config

Jump to

Keyboard shortcuts

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