forked from SAP-samples/btp-setup-automator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparameters.json
42 lines (42 loc) · 1.1 KB
/
parameters.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"$schema": "https://raw.githubusercontent.com/SAP-samples/btp-setup-automator/main/libs/btpsa-parameters.json",
"usecasefile": "usecases/released/default.json",
"region": "us10",
"globalaccount": null,
"myemail": null,
"loginmethod": "basicAuthentication",
"subaccountname": null,
"cfspacename": "development",
"envvariables": {
"BTPSA_YOUR_OWN_ENV_VARIABLE1": "Hi! I'm BTPSA!",
"BTPSA_YOUR_OWN_ENV_VARIABLE2": "How are you doing?",
"BTPSA_YOUR_OWN_ENV_VARIABLE3": "You can use these variables in any command within the `executeBeforeAccountSetup` and `executeAfterAccountSetup` section by accessing (and manipulating) them as an OS environment variable!"
},
"myusergroups": [
{
"name": "admins",
"members": [
]
},
{
"name": "developers",
"members": [
]
},
{
"name": "auditors",
"members": [
]
},
{
"name": "testers",
"members": [
]
}
]
}