From c184c2eb245ca335522c6db5a9444e5a1d4e40f9 Mon Sep 17 00:00:00 2001 From: Florian Lambert Date: Mon, 6 May 2024 14:20:02 +0200 Subject: [PATCH] Update data.json --- data.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 2931eae..9422e9d 100644 --- a/data.json +++ b/data.json @@ -2,6 +2,23 @@ "left_delimiter": "($", "right_delimiter": "$)", "project_owner_canonical": "john_smith", + "organization_canonical": "myorg", "project": "awesome", - "environment": "prod" + "environment": "prod", + "project_owner_name": "john", + "project_owner_surname": "smith", + "project_owner_email": "john@smith.com", + "scs_url": "https://github.com/cycloidio/my-stacks.git", + "scs_branch": "master", + "scs_cred_type": "basic_auth", + "scs_cred_path": "git_access", + "stack_path": "stack-example", + "cr_url": "https://github.com/cycloidio/my-config.git", + "cr_branch": "config", + "cr_cred_type": "ssh", + "cr_cred_path": "git_ssh_access", + "inventory_jwt": "123456789", + "api_url": "https://http-api.cycloid.io", + "console_url": "https://console.cycloid.io", + "use_case": "default" }