Files
wine-db-api/app/config.json
2026-01-26 07:14:29 +07:00

39 lines
941 B
JSON

{
"configVersion": "0.1",
"mqttServerInfo": {
"description": "mqtt server",
"port": 1883,
"broker": "mqtt.yiem.cc"
},
"natsServerInfo": {
"description": "nats server",
"port": 4222,
"broker": "nats.yiem.cc"
},
"developmentStatus": {
"value": "testing",
"description": "agent status, could be testing or production"
},
"servicetopic": {
"mqtttopic": [
"/yiem/hq/agent/sommelier/backend/db/api_v1/testing"
],
"description": "a topic this service are waiting for service request"
},
"role": {
"value": "sommelier",
"description": "agent role"
},
"organization": {
"value": "yiem",
"description": "organization name"
},
"db": {
"description": "wine db",
"host": "192.168.88.12",
"port": "10201",
"dbname": "wineDB",
"user": "yiemtechnologies",
"password": "yiemtechnologies@Postgres_0.0"
}
}