| 12345678910111213141516171819202122232425 |
- {
- "grpc_port": 9011,
- "runner_id": "${RUNNER_ID:runner-1}",
- "webserver_address": "${WEBSERVER_ADDRESS:localhost:8090}",
- "node_sync_address": "${NODE_SYNC_ADDRESS:localhost:9012}",
- "credential_service_address": "${CREDENTIAL_SERVICE_ADDRESS:localhost:9013}",
- "database_address": "${DATABASE_ADDRESS:localhost:9010}",
- "max_message_size_mb": 64,
- "node_sync": {
- "enabled": true,
- "reconnect_interval_ms": 5000
- },
- "registration": {
- "heartbeat_interval_sec": 10,
- "max_concurrent_executions": 10
- },
- "execution": {
- "default_timeout_ms": 60000,
- "max_memory_per_script_mb": 64
- },
- "logging": {
- "level": "${LOG_LEVEL:info}",
- "file": "${LOG_FILE:}"
- }
- }
|