settings

package
v0.0.0-...-c64dc89 Latest Latest
Warning

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

Go to latest
Published: May 28, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AutoUrlPopulateCount = getIntEnv("POPULATE_URL_COUNT", 0)
View Source
var CallUrlsSchedule = getStrEnv("CALL_URL_SCHEDULE", "* * * * *")
View Source
var DBHost = getStrEnv("DB_HOST", "")
View Source
var DBName = getStrEnv("DB_NAME", "")
View Source
var DBPass = getStrEnv("DB_PASS", "")
View Source
var DBPort = getStrEnv("DB_PORT", "")
View Source
var DBUser = getStrEnv("DB_USER", "")
View Source
var DefaultResetTime = getStrEnv("DEFAUTL_RESET_TIME", "5m")
View Source
var JWTSecret = getStrEnv("JWT_SECRET", "secret")
View Source
var LocalWorkerConcurrency = getIntEnv("LOCAL_WORKER_CONCURRENCY", 1)
View Source
var MachineryBroker = getStrEnv("MACHINERY_BROKER", "redis://localhost:6379")
View Source
var MachineryResultBackend = getStrEnv("MACHINERY_RESULTS_BACKEND", "redis://localhost:6379")
View Source
var MaxUrlPerUser = getIntEnv("MAX_URL_COUNT", 10)
View Source
var MonitoringWorkerConcurrency = getIntEnv("MONITORING_SERVER_CONCURRENCY", 15)
View Source
var RedisHost = getStrEnv("REDIS_HOST", "localhost:6379")
View Source
var RedisPassword = getStrEnv("REDIS_PASSWORD", "")

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