Skip to content

Commit

Permalink
set public vault ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Moulton committed Aug 24, 2022
1 parent 4d5993f commit da3b13e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions gbot/gbot_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
import sys
from fluxvault import FluxNode

#VAULT_NAME = "home.moulton.us" # EDIT ME
VAULT_NAME = "192.168.8.13" # EDIT ME
VAULT_NAME = "home.moulton.us" # EDIT ME
BOOTFILES = ["botlist.pl"] # EDIT ME
FILE_DIR = "/home/gammonbot/" # EDIT ME
VAULT_PORT = 34321 # EDIT ME
Expand Down
3 changes: 1 addition & 2 deletions gbot_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
from fluxvault import FluxAgent
from datetime import datetime

#VAULT_NAME = "home.moulton.us" # EDIT ME
VAULT_NAME = "192.168.8.13" # EDIT ME
VAULT_NAME = "home.moulton.us" # EDIT ME
FILE_DIR = "/home/tom/Docker/gbot-docker/test/" # EDIT ME
VAULT_PORT = 34321 # EDIT ME
APP_NAME = "gammonbot" # EDIT ME
Expand Down

0 comments on commit da3b13e

Please sign in to comment.