Skip to content

Commit

Permalink
iofog-controller update
Browse files Browse the repository at this point in the history
  • Loading branch information
baghbidi committed Oct 31, 2018
1 parent b346a17 commit f2b03fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iofog-agent/config.xml
Expand Up @@ -2,7 +2,7 @@
<config>
<access_token/>

<controller_url>http://localhost:54421/api/v3/</controller_url>
<controller_url>http://iofog-controller:54421/api/v3/</controller_url>

<controller_cert>/etc/iofog-agent/cert.crt</controller_cert>

Expand Down
2 changes: 1 addition & 1 deletion iofog-agent/start.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
CONTROLLER_HOST="http://localhost:54421/api/v3"
CONTROLLER_HOST="http://iofog-controller:54421/api/v3"

token=""
uuid=""
Expand Down

0 comments on commit f2b03fa

Please sign in to comment.