mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-18 09:41:03 +02:00
- Fixed error reporting in config
- Updated tg-init-pulsar to be able to load initial config to config-svc - Tweaked API naming and added more config calls
This commit is contained in:
parent
a2c64cad4a
commit
ac03539264
7 changed files with 289 additions and 37 deletions
|
|
@ -15,7 +15,7 @@ def show_config(url):
|
|||
|
||||
api = Api(url)
|
||||
|
||||
config, version = api.get_config()
|
||||
config, version = api.config_all()
|
||||
|
||||
print("Version:", version)
|
||||
print(json.dumps(config, indent=4))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue