configs

package
v0.0.0-...-dd0d46f Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2017 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Config = Variables{
	Mode:    "cache",
	HTTPS:   false,
	Address: ":8080",
	Level:   "debug",
	Redis:   "localhost:6379",
	RedisDB: 0,
}

Config is default config

Functions

This section is empty.

Types

type Variables

type Variables struct {
	Mode     string
	Address  string
	Level    string
	HTTPS    bool
	Certfile string
	Keyfile  string
	Redis    string
	RedisDB  int
}

Jump to

Keyboard shortcuts

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