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.
Click to show internal directories.
Click to hide internal directories.