1st push
This commit is contained in:
39
app/config.json
Normal file
39
app/config.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user