From 9f23f7c8c660d76a5cae6a66c51d11a498f3cdc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rita=20Z=C3=A1goni?= Date: Mon, 18 Mar 2024 08:34:18 +0100 Subject: [PATCH] Create config.json --- config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..1dfd64e --- /dev/null +++ b/config.json @@ -0,0 +1,5 @@ +{ + "endpoint": "https://app.openfn.org", + "statePath": "./projectState.json", + "specPath": "./project.yaml" +}