buildconfig

package
v0.0.0-...-355df5e Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// AllowWithdrawalsAndRefunds is whether this build allows withdrawals to be made
	AllowWithdrawalsAndRefunds = !LAB

	// LogDBQueries is whether database queries should be logged
	LogDBQueries = false

	// ServerListenAddr is the address the HTTPS server will listen on
	ServerListenAddr = ":9090"

	// MaxDBconnectionPoolSize is the maximum number of simultaneous database connections in the connection pool
	MaxDBconnectionPoolSize = 100

	// ExpectedConcurrentUsers is used to adjust the maximum size of some caches
	ExpectedConcurrentUsers = 2000
)
View Source
const (
	// DEBUG is whether this is a debug build
	DEBUG = true

	// SecretsPath is the default path to the file containing secrets
	SecretsPath = "secrets-debug.json"
)
View Source
const (
	// LAB is whether this is a build for a potentially public-facing long-running test/demo environment
	LAB = false
)

Variables

This section is empty.

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