This commit is contained in:
2026-01-26 07:14:29 +07:00
commit 9fb5e046ce
16 changed files with 4292 additions and 0 deletions

39
app/config.json Normal file
View File

@@ -0,0 +1,39 @@
{
"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"
}
}