Skip to content

Commit

Permalink
Merge pull request #1 from cycloidio/talset-patch-1
Browse files Browse the repository at this point in the history
Update data.json
  • Loading branch information
folago authored May 6, 2024
2 parents 33ac5fc + c184c2e commit 9d5752f
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
"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"
}

0 comments on commit 9d5752f

Please sign in to comment.