mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 17:21:02 +02:00
Bare bones of a config service
This commit is contained in:
parent
21bda863a7
commit
3b74a37a2b
6 changed files with 227 additions and 0 deletions
|
|
@ -79,6 +79,13 @@ def init(url, tenant="tg"):
|
|||
}
|
||||
})
|
||||
|
||||
ensure_namespace(url, tenant, "config", {
|
||||
"retention_policies": {
|
||||
"retentionSizeInMB": 50,
|
||||
"retentionTimeInMinutes": -1,
|
||||
}
|
||||
})
|
||||
|
||||
def main():
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue