mirror of
https://github.com/runcitadel/core.git
synced 2024-12-28 15:42:59 +00:00
Fix registry.json path
This commit is contained in:
parent
356f7404e6
commit
28001625d8
|
@ -47,7 +47,7 @@ key = args.key
|
|||
|
||||
node_root = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
nginx_config_file = os.path.join(node_root, 'nginx', 'nginx.conf')
|
||||
registry_file = os.path.join(node_root, 'apps', 'apps.json')
|
||||
registry_file = os.path.join(node_root, 'apps', 'registry.json')
|
||||
with open(registry_file) as file:
|
||||
registry = json.load(file)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user