Skip to content
Snippets Groups Projects
Commit 374890e4 authored by Rute C. Sofia's avatar Rute C. Sofia :football:
Browse files

updated configs for public use

parent 6cd3d914
No related branches found
No related tags found
No related merge requests found
Pipeline #44202 failed
BROKER_USERNAME=tsmatchdemouser
BROKER_PASSWORD=tsmatchdemouser
BROKER_USERNAME=username
BROKER_PASSWORD=pass
# The Coaty MQTT Broker URL
# For Docker always specify the concrete docker host IP, localhost won't work!
BROKER_URL=mqtt://<IP_here>:<port_here>
BROKER_USERNAME=tsmatchdemouser
BROKER_PASSWORD=tsmatchdemouser
BROKER_USERNAME=username
BROKER_PASSWORD=pass
# external broker information
# BROKER_URL_EXTERNAL=mqtt://broker.hivemq.com:1883
BROKER_URL_EXTERNAL=mqtts://<IP_here>:<port_here>
BROKER_USERNAME_EXTERNAL=fortiss-org:donga@fortiss.org
BROKER_PASSWORD_EXTERNAL=tsmatchdemouser
BROKER_USERNAME_EXTERNAL=xxxx
BROKER_PASSWORD_EXTERNAL=xxxx
# BROKER_URL_EXTERNAL=mqtts://ds-test.smecluster.com:8883
# BROKER_USERNAME_EXTERNAL=iai:user-inov
# BROKER_PASSWORD_EXTERNAL=0UQaC?0UkaJ
......
//Configuration parameters for the API application
api_connector = {
domain: '10.0.33.39:3003',
url: '10.0.33.39',
domain: 'xxxx:3003',
url: 'xxxxx.39',
port: 3003,
path: '/openapi'
}
......
//Configuration Parameters for the WebSocket observation server
observation_server = {
domain: '10.0.33.39:3004',
url: '10.0.33.39',
domain: 'xxxx:3004',
url: 'xxxx',
port: 3004,
path: '/observations'
}
......
//Configuration Parameters for the MQTT connection
mqtt_client = {
domain: 'mqtt://10.0.33.39:1883',
url: '10.0.33.39',
domain: 'mqtt://xxxx:1883',
url: 'xxxx',
port: 1883,
username: 'tsmatchdemouser',
password: 'tsmatchdemouser'
username: 'user',
password: 'pass'
}
module.exports = mqtt_client;
# Neo4j
NEO4J_HOST=10.0.33.39
NEO4J_HOST=xxxx
NEO4J_PORT=7687
NEO4J_DATABASE=neo4j
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=tsmatchdemouser
NEO4J_DATABASE=xxx
NEO4J_USERNAME=xxxx
NEO4J_PASSWORD=xxxxx
# MQTT Broker
BROKER_HOST=10.0.33.39
BROKER_HOST=xxxxx
BROKER_PORT=1883
BROKER_USERNAME=tsmatchdemouser
BROKER_PASSWORD=tsmatchdemouser
BROKER_USERNAME=xxxx
BROKER_PASSWORD=xxxxx
# MQTT Topics
TOPIC_ONTOLOGY_CHANGE=fortiss-org.TSMATCH.NDATA.ONTOLOGY_CHANGED
......@@ -11,7 +11,7 @@ docker run \
-v $HOME/Documents/tsmatch/graphdb/apoc.conf:/var/lib/neo4j/conf/apoc.conf \
--publish=7474:7474 --publish=7687:7687 \
--volume=$HOME/neo4j/data:/data \
--env NEO4J_AUTH=neo4j/tsmatchdemouser \
--env NEO4J_AUTH=user/pass \
neo4j:4.4.2
# activate apoc* libraries
......
BROKER_URL=mqtt://10.0.33.39:1883
BROKER_USERNAME=tsmatchdemouser
BROKER_PASSWORD=tsmatchdemouser
BROKER_URL=mqtt://xxxxx:1883
BROKER_USERNAME=user
BROKER_PASSWORD=pass
PARSED_SERVICE_REQUEST_TOPIC=INNOVINT/HAMBURG_FACTORY1/PARSED_SERVICE_REQUEST
......@@ -2,6 +2,6 @@
# BROKER_URL=mqtt://localhost:1883
# BROKER_URL=mqtt://10.200.4.129:1883
# BROKER_URL=mqtt://broker.hivemq.com:1883
BROKER_URL=mqtt://10.0.33.39:1883
BROKER_USERNAME=tsmatchdemouser
BROKER_PASSWORD=tsmatchdemouser
BROKER_URL=mqtt://xxx:1883
BROKER_USERNAME=user
BROKER_PASSWORD=pass
# The Coaty MQTT Broker URL
# For Docker always specify the concrete docker host IP, localhost won't work!
# BROKER_URL=mqtt://<IP_here>:<port_here>
BROKER_URL=mqtt://10.0.33.39:1883
BROKER_URL=mqtt://xxxx:1883
# BROKER_URL=mqtt://broker.hivemq.com:1883
# BROKER_URL=mqtt://192.168.178.23:1883
BROKER_USERNAME=tsmatchdemouser
BROKER_PASSWORD=tsmatchdemouser
BROKER_USERNAME=user
BROKER_PASSWORD=pass
TOPIC_DISCOVERY=fortiss-org.TSMATCH.NDATA.DISCOVERY
TOPIC_DEADVERTIZE=fortiss-org.TSMATCH.NDATA.DEADVERTIZE
......@@ -16,8 +16,8 @@ TOPIC_DELETE_REQUEST=fortiss-org.TSMATCH.NDATA.DELETE_REQUEST
TOPIC_REQUEST_DISCOVERY_ALL=fortiss-org.TSMATCH.NDATA.REQUEST_DISCOVERY_ALL
TOPIC_RESPONSE_DISCOVERY_ALL=fortiss-org.TSMATCH.NDATA.RESPONSE_DISCOVERY_ALL
NEO4J_HOST=10.0.33.39
NEO4J_HOST=xxx
NEO4J_PORT=7687
NEO4J_DATABASE=neo4j
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=tsmatchdemouser
NEO4J_DATABASE=db
NEO4J_USERNAME=user
NEO4J_PASSWORD=pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment