Options
All
  • Public
  • Public/Protected
  • All
Menu

External module nd.config.constant

Index

Variables

Const CONFIG_EXTENSION

CONFIG_EXTENSION: "yml" = "yml"

Const CONFIG_FILE_PATH

CONFIG_FILE_PATH: string = path.join(CONFIG_FOLDER_PATH, `default.${CONFIG_EXTENSION}`)

Const CONFIG_FOLDER_PATH

CONFIG_FOLDER_PATH: string = process.env.NODE_CONFIG_DIR || path.join(ND_FOLDER_PATH, "config")

Const LOG_EXTENSION

LOG_EXTENSION: "log" = "log"

Const LOG_FOLDER

LOG_FOLDER: string = path.join(ND_FOLDER_PATH, "log")

Const ND_FOLDER_NAME

ND_FOLDER_NAME: ".nd" = ".nd"

Const ND_FOLDER_PATH

ND_FOLDER_PATH: string = path.join(home, ND_FOLDER_NAME)

Const home

home: string = os.homedir()

Generated using TypeDoc