-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclickstart.json
36 lines (35 loc) · 1.01 KB
/
clickstart.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
{
"id": "wordpress",
"name": "Wordpress",
"source": "github",
"description": "A simple WordPress site",
"doc-url": "https://github.com/cristiboariu/wordpress-clickstart/blob/master/README.md",
"supported-by" : "community",
"order" : 5,
"disabled" : true,
"databases": [
{
"type": "mysql",
"alias": "wordpress"
}
],
"runtime": {
"type": "php",
"app-variables:": {
"key_auth": "$RANDOM_VALUE",
"key_auth_sec": "$RANDOM_VALUE",
"key_login": "$RANDOM_VALUE",
"key_nonce": "$RANDOM_VALUE",
"salt_auth": "$RANDOM_VALUE",
"salt_auth_sec": "$RANDOM_VALUE",
"salt_login": "$RANDOM_VALUE",
"salt_nonce": "$RANDOM_VALUE",
"maxPost": 10
}
},
"build-with-jenkins": {
"template": {
"type": "https://raw.githubusercontent.com/cristiboariu/wordpress-clickstart/master/config.xml"
}
}
}