env

package
v1.40.9 Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	LOCAL_DB_DIR           = env.GetEnv("LOCAL_DB_DIR", filepath.Join(NITRIC_LOCAL_RUN_DIR.String(), "./kv/"))
	LOCAL_BUCKETS_DIR      = env.GetEnv("LOCAL_BUCKETS_DIR", filepath.Join(NITRIC_LOCAL_RUN_DIR.String(), "./buckets/"))
	LOCAL_SEAWEED_LOGS_DIR = env.GetEnv("LOCAL_SEAWEED_LOGS_DIR", filepath.Join(NITRIC_LOCAL_RUN_DIR.String(), "./logs/"))
	LOCAL_SECRETS_DIR      = env.GetEnv("LOCAL_SECRETS_DIR", filepath.Join(NITRIC_LOCAL_RUN_DIR.String(), "./secrets/"))
)

Local run temporary files sub-directories

View Source
var MAX_WORKERS = env.GetEnv("MAX_WORKERS", "300")
View Source
var NITRIC_LOCAL_RUN_DIR = env.GetEnv("NITRIC_LOCAL_RUN_DIR", filepath.Join(NITRIC_TMP, "./run/"))

Base directory for temporary files used for local development, e.g. files in buckets, key/value stores, etc.

View Source
var NITRIC_TMP = "./.nitric"

Base directory used for all temporary files, such as logs, etc.

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