Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 5 additions & 18 deletions .env-example
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
ENVIRONMENT='production'
MODE='dynamic'
# Optional configuration file locations
# AQUILA_CONFIG_PATH=./aquila.yml
# AQUILA_SERVICE_CONFIG_PATH=./service.configuration.json

NATS_URL='nats://localhost:4222'
NATS_BUCKET='flow_store'

RUNTIME_TOKEN="<token>"
FLOW_FALLBACK_PATH='./path/to/flow.json'

GRPC_HOST='127.0.0.1'
GRPC_PORT=50051

WITH_HEALTH_SERVICE=false

SAGITTARIUS_URL='http://localhost:50051'

RUNTIME_STATUS_NOT_RESPONDING_AFTER_SECS=90
RUNTIME_STATUS_STOPPED_AFTER_NOT_RESPONDING_SECS=180
RUNTIME_STATUS_MONITOR_INTERVAL_SECS=30
# Optional secret override for dynamic_config.backend_token in aquila.yml
AQUILA_BACKEND_TOKEN=<token>
Loading