You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`NATS_URL`| URL of the NATS instance Aquila connects to. |`nats://localhost:4222`|
88
-
|`NATS_BUCKET`| Name of the NATS KV bucket used to store flows. |`flow_store`|
89
-
|`GRPC_HOST`| Hostname for the Aquila gRPC server. |`127.0.0.1`|
90
-
|`GRPC_PORT`| Port for the Aquila gRPC server. |`8081`|
91
-
|`WITH_HEALTH_SERVICE`| Enables the gRPC health service when set to `true`. |`false`|
92
-
|`SERVICE_CONFIG_PATH`| Path to the JSON service-configuration file used for runtime/action authorization and default action configs. |`./service.configuration.json`|
93
-
|`RUNTIME_STATUS_NOT_RESPONDING_AFTER_SECS`| Seconds before a runtime service is marked as `not_responding` when no heartbeat was received. |`90s`|
94
-
|`RUNTIME_STATUS_STOPPED_AFTER_NOT_RESPONDING_SECS`| Additional seconds before a non-responding runtime service is marked as `stopped`. |`180s`|
95
-
|`RUNTIME_STATUS_MONITOR_INTERVAL_SECS`| Interval in which runtime service heartbeats are checked. |`30s`|
96
-
|`SAGITTARIUS_UNARY_RPC_TIMEOUT_SECS`| Timeout in seconds for unary RPC calls from Aquila to Sagittarius. |`5s`|
94
+
| YAML key | Description |
95
+
|----------|-------------|
96
+
|`mode`|`static` loads local flows; `dynamic` synchronizes with Sagittarius. |
97
+
|`environment`|`development`, `staging`, or `production`. |
98
+
|`log_level`| Default application log filter. |
99
+
|`nats.url`| NATS server URL. |
100
+
|`nats.bucket`| NATS KV bucket used to store flows. |
101
+
|`grpc.host`| Aquila gRPC bind host. |
102
+
|`grpc.port`| Aquila gRPC bind port. |
103
+
|`grpc.health_service`| Enables the gRPC health service. |
104
+
|`runtime_status.not_responding_after_secs`| Heartbeat timeout before `not_responding`. |
105
+
|`runtime_status.stopped_after_not_responding_secs`| Additional timeout before `stopped`. |
0 commit comments