forked from eclipse-iofog/Controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (17 loc) · 800 Bytes
/
.env.example
File metadata and controls
24 lines (17 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copy to .env and adjust for local embedded dev (npm run dev:embedded).
# Check out full env reference in src/config/env-mapping.js and src/config/config.yaml
NODE_ENV=development
# EdgeOps Console static embed (npm run build:console → dev/console/build)
EDGEOPS_CONSOLE_PATH=dev/console/build # must be absolute path
EDGEOPS_CONSOLE_VERSION=v1.0.0
# EDGEOPS_CONSOLE_REPO=https://github.com/Datasance/edgeops-console
# EDGEOPS_CONSOLE_FLAVOR=datasance
CONSOLE_PORT=8008
CONTROLLER_PUBLIC_URL=http://localhost:51121
CONSOLE_URL=http://localhost:8008
# Avoid sudo for file logging during local dev
LOG_DIRECTORY=dev/logs
# Embedded OIDC (optional — see docs/external-oidc-client-setup.md)
# AUTH_MODE=embedded
# OIDC_BOOTSTRAP_ADMIN_USERNAME=admin
# OIDC_BOOTSTRAP_ADMIN_PASSWORD=changeme