mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 17:21:02 +02:00
- Correct Pulsar URL defaults for graph utils to be localhost again
This commit is contained in:
parent
3d2ab5408b
commit
4424f7aeba
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ import argparse
|
||||||
import os
|
import os
|
||||||
from trustgraph.clients.triples_query_client import TriplesQueryClient
|
from trustgraph.clients.triples_query_client import TriplesQueryClient
|
||||||
|
|
||||||
default_pulsar_host = os.getenv("PULSAR_HOST", 'pulsar://pulsar:6650')
|
default_pulsar_host = os.getenv("PULSAR_HOST", 'pulsar://localhost:6650')
|
||||||
|
|
||||||
def show_graph(pulsar):
|
def show_graph(pulsar):
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ import rdflib
|
||||||
import io
|
import io
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
default_pulsar_host = os.getenv("PULSAR_HOST", 'pulsar://pulsar:6650')
|
default_pulsar_host = os.getenv("PULSAR_HOST", 'pulsar://localhost:6650')
|
||||||
|
|
||||||
def show_graph(pulsar):
|
def show_graph(pulsar):
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue