14 lines
358 B
Plaintext
14 lines
358 B
Plaintext
NODE_ENV=development
|
|
HOST=0.0.0.0
|
|
PORT=4100
|
|
LOG_LEVEL=info
|
|
|
|
NODEDC_AGENT_GATEWAY_PUBLIC_URL=http://agents.local.nodedc
|
|
NODEDC_LAUNCHER_INTERNAL_URL=http://launcher.local.nodedc
|
|
NODEDC_TASKER_INTERNAL_URL=http://task.local.nodedc
|
|
NODEDC_INTERNAL_ACCESS_TOKEN=replace-with-local-dev-token
|
|
|
|
# Phase 1 can run without DB. Phase 2 will require it.
|
|
DATABASE_URL=
|
|
|