Skip to content

Commit

Permalink
Merge branch 'main' into k-mistele/add-compose-configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Mistele authored Feb 7, 2025
2 parents 154493b + 800229c commit 3fe55d1
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 154 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,6 @@ ops/systemd/*
node/inference/ollama/*
!node/inference/ollama/.gitkeep
node/storage/fs
node/storage/hub/modules
node/storage/hub/modules
.vscode/

4 changes: 2 additions & 2 deletions node/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
# Hub
LOCAL_HUB=False
REGISTER_NODE_WITH_HUB=False # set to true if you want your node to be available as a provider
LOCAL_HUB_URL="ws://surrealdb:8000/rpc" if LAUNCH_DOCKER else "ws://localhost:3001/rpc"
PUBLIC_HUB_URL="ws://node.naptha.ai:3001/rpc"
LOCAL_HUB_URL="ws://surrealdb:8000/rpc" is LAUNCH_DOCKER else "ws://localhost:3001/rpc"
PUBLIC_HUB_URL="wss://hub.naptha.ai/rpc"
HUB_DB_SURREAL_PORT=3001
HUB_DB_SURREAL_NS="naptha"
HUB_DB_SURREAL_NAME="naptha"
Loading

0 comments on commit 3fe55d1

Please sign in to comment.