config

package
v0.0.14 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const EnvPrefix = "RQ_POD"

EnvPrefix for env

Variables

View Source
var DefaultConfig = map[string]interface{}{
	"debug":              false,
	"log.level":          "info",
	"http.addr":          ":6789",
	"http.log.enable":    true,
	"http.api.path":      "",
	"redis.addr":         "localhost:6379",
	"redis.password":     "",
	"redis.db":           0,
	"limit.http.size":    1 << 20,
	"limit.redis.memory": 1 << 30,
	"limit.request.num":  10000000,
	"limit.queue.num":    1000,
	"limit.queue.length": 10000,
}

DefaultConfig TODO

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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