config

package
v0.0.0-...-a6451ee Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Config = Struct{
	Database:     "127.0.0.1",
	DatabasePort: "27017",
	DatabaseName: "eventstracker",
	Port:         "9101",
	LogLevel:     "info",
}

Functions

This section is empty.

Types

type Struct

type Struct struct {
	Database         string
	DatabasePort     string
	DatabaseName     string
	DatabaseUsername string
	DatabasePassword string
	DatabaseCAFile   string
	DatabaseCertFile string
	DatabaseKeyFile  string
	Port             string
	LogLevel         string
}

Jump to

Keyboard shortcuts

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