-
Notifications
You must be signed in to change notification settings - Fork 2
/
environment_config.yaml
67 lines (67 loc) · 1.6 KB
/
environment_config.yaml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
attributes:
mysql_db:
value: 'eayuncenter'
label: 'Mysql Database'
description: 'Database name for mysql.'
weight: 40
type: "text"
mysql_username:
value: 'mysqldb_user'
label: 'Mysql Username'
description: 'Username for mysql.'
weight: 40
type: "text"
mysql_password:
value: 'mysqldb_pwd'
label: 'Mysql Password'
description: 'Password for mysql.'
weight: 40
type: "password"
mongo_db:
value: 'eayuncenter'
label: 'Mongo Database'
description: 'Database for mongo.'
weight: 40
type: "text"
mongo_username:
value: 'mongodb_user'
label: 'Mongo Username'
description: 'Username for mongo.'
weight: 40
type: "text"
mongo_password:
value: 'mongodb_pwd'
label: 'Mongo Password'
description: 'Password for mongo.'
weight: 40
type: "password"
java_opts:
value: '-Djava.awt.headless=true -XX:+UseG1GC -Dfile.encoding=UTF-8 -Xms512m -Xmx1024m -XX:PermSize=128m -XX:MaxPermSize=512m'
label: 'Java opts'
description: 'Java vm opts.'
weight: 40
type: "text"
fuel_auth:
value: 'fuel_auth'
label: 'Fuel Auth'
description: 'Fuel Authentication Data.'
weight: 40
type: "text"
fuel_tenant_name:
value: 'admin'
label: 'Fuel Tenant Name'
description: 'Fuel Tenant Name.'
weight: 40
type: "text"
fuel_tenant_id:
value: 'xxxxx'
label: 'Fuel Tenant ID'
description: 'Fuel Tenant ID.'
weight: 40
type: "text"
datacenter_id:
value: 'xxxxx'
label: 'DataCenter ID'
description: 'UUID for DataCenter.'
weight: 40
type: "text"