Skip to content

Commit

Permalink
config: Update fog port and thingd device file
Browse files Browse the repository at this point in the history
  • Loading branch information
João Neto authored and netoax committed Jul 23, 2020
1 parent 5a93f94 commit be246ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devicesFile": "/etc/knot/keys.json"
},
"fog": {
"port" : 8081,
"port" : 6000,
"host" : "localhost"
},
"amqp": {
Expand All @@ -25,7 +25,7 @@
"configFile": "/usr/local/bin/knot-fog-connector/config/default.json"
},
"thingd": {
"configFile": "/usr/local/bin/thingd/config/default.conf"
"configFile": "/etc/knot/device.conf"
},
"server": {
"port": 80,
Expand Down
3 changes: 3 additions & 0 deletions config/development.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"amqp": {
"host": "rabbitmq"
},
"thingd": {
"configFile": "/usr/local/bin/thingd/config/default.conf"
},
"server": {
"port": 8080,
"token": {
Expand Down

0 comments on commit be246ce

Please sign in to comment.