-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
31 lines (31 loc) · 825 Bytes
/
config.json
File metadata and controls
31 lines (31 loc) · 825 Bytes
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
{
"version": "1.2.0",
"name": "Upcloudvps.name",
"description": "Upcloudvps.description",
"authors": [
{
"name": "UpCloud",
"url": "https://upcloud.com/contact/"
},
{
"name": "WHMCSModule Networks",
"url": "https://www.whmcsmodule.net"
}
],
"logo": "views/default/images/logo.svg",
"package": {
"name_key": "upcloudvps_hostname"
},
"service": {
"name_key": "upcloudvps_hostname"
},
"module": {
"row": "Upcloudvps.module_row",
"rows": "Upcloudvps.module_row_plural",
"row_key": "account_name"
},
"email_tags": {
"module": ["server_name", "host_name"],
"service": ["upcloudvps_hostname", "upcloudvps_password", "upcloudvps_ipaddress"]
}
}