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