Skip to content

Commit 9322e3d

Browse files
Merge pull request #375 from code0-tech/#374-add-aquila-yml
add aquila yml
2 parents bf4c889 + a3bdb5d commit 9322e3d

23 files changed

Lines changed: 1056 additions & 321 deletions

.env-example

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
ENVIRONMENT='production'
2-
MODE='dynamic'
1+
# Optional configuration file locations
2+
# AQUILA_CONFIG_PATH=./aquila.yml
3+
# AQUILA_SERVICE_CONFIG_PATH=./service.configuration.json
34

4-
NATS_URL='nats://localhost:4222'
5-
NATS_BUCKET='flow_store'
6-
7-
RUNTIME_TOKEN="<token>"
8-
FLOW_FALLBACK_PATH='./path/to/flow.json'
9-
10-
GRPC_HOST='127.0.0.1'
11-
GRPC_PORT=50051
12-
13-
WITH_HEALTH_SERVICE=false
14-
15-
SAGITTARIUS_URL='http://localhost:50051'
16-
17-
RUNTIME_STATUS_NOT_RESPONDING_AFTER_SECS=90
18-
RUNTIME_STATUS_STOPPED_AFTER_NOT_RESPONDING_SECS=180
19-
RUNTIME_STATUS_MONITOR_INTERVAL_SECS=30
5+
# Optional secret override for dynamic_config.backend_token in aquila.yml
6+
AQUILA_BACKEND_TOKEN=<token>

0 commit comments

Comments
 (0)