Skip to content

Commit

Permalink
update config to use docker address
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbland1 committed Aug 31, 2023
1 parent 3168566 commit a98ee5a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#define MINITOR_CONFIG_H

#define DEBUG_MINITOR
#define MINITOR_RELAY_MAX 60
#define MINITOR_DIR_ADDR 0x76a40dcc
#define MINITOR_DIR_ADDR_STR "204.13.164.118"
#define MINITOR_DIR_PORT 80
#define MINITOR_CHUTNEY
#define MINITOR_CHUTNEY_ADDRESS 0x7602a8c0
#define MINITOR_CHUTNEY_ADDRESS_STR "192.168.2.118"
//#define MINITOR_CHUTNEY
#define MINITOR_CHUTNEY_ADDRESS 0x20011ac
#define MINITOR_CHUTNEY_ADDRESS_STR "172.17.0.2"
#define MINITOR_CHUTNEY_DIR_PORT 7000
#define FILESYSTEM_PREFIX "./local_data/"

Expand Down

0 comments on commit a98ee5a

Please sign in to comment.