settings

package
v1.6.7 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2022 License: AGPL-3.0 Imports: 5 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Conf *ini.File
View Source
var ConfPath string
View Source
var (
	LastModified string
)
View Source
var NginxLogSettings = &NginxLog{
	AccessLogPath: "",
	ErrorLogPath:  "",
}
View Source
var ServerSettings = &Server{
	HttpPort:          "9000",
	RunMode:           "debug",
	HTTPChallengePort: "9180",
	Database:          "database",
	StartCmd:          "login",
	Demo:              false,
	PageSize:          10,
}

Functions

func Init

func Init(confPath string)

func MapTo

func MapTo()

func ReflectFrom

func ReflectFrom()

func Save

func Save() (err error)

func Setup

func Setup()

Types

type NginxLog added in v1.6.0

type NginxLog struct {
	AccessLogPath string
	ErrorLogPath  string
}

type Server

type Server struct {
	HttpPort          string
	RunMode           string
	WebSocketToken    string
	JwtSecret         string
	HTTPChallengePort string
	Email             string
	Database          string
	StartCmd          string
	Demo              bool
	PageSize          int
}

Jump to

Keyboard shortcuts

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