-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathexample.env
More file actions
25 lines (17 loc) · 842 Bytes
/
example.env
File metadata and controls
25 lines (17 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Display debug logs for cli and dependencies
# DEBUG=fcli:debug
# Remove colors from CLI output
# FORCE_COLOR=0
# Fluence network to use for tests. Can be 'testnet', 'stage', 'mainnet' or 'local'
# 'local' multiaddresses are currently hardcoded at `src/lib/multiaddres.ts`
# FLUENCE_ENV="local"
# To set path for the user's .fluence dir. Default: ~/.fluence (for Windows: %LOCALAPPDATA%\fluence)
# FLUENCE_USER_DIR="/absolute/path/to/users/.fluence"
# CLI Dependency override examples
# FCLI_V_CHAIN="docker.fluence.dev/aurora:0.2.11"
# environment variables to be used by Fluence CLI maintainers to develop Fluence CLI:
# To turn on Countly debugger
# DEBUG_COUNTLY="true"
# example of npm env variables
# You also need to do `npm login --registry=https://npm.fluence.dev` after that
# NPM_CONFIG_REGISTRY="https://npm.fluence.dev"