-
Notifications
You must be signed in to change notification settings - Fork 15
/
prod.json
152 lines (150 loc) · 4.6 KB
/
prod.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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"billing": {
"categories": [
{
"id": 1,
"name": "Starter",
"service": "Minecraft",
"price": "FREE",
"ram": 1024,
"disk": 1024,
"cpu": 100,
"backups": 3,
"allocations": 3,
"databases": 3,
"egg": 4,
"location": 1,
"icon": "https://media.discordapp.net/attachments/1147873114219352144/1147873480541491210/bc270c23058d513de5124ffea6bf9199af7a2370.png",
"featured": true
},
{
"id": 2,
"name": "Average",
"service": "Minecraft",
"price": "FREE",
"ram": 1024,
"disk": 1024,
"cpu": 100,
"backups": 3,
"allocations": 3,
"databases": 3,
"egg": 4,
"location": 1,
"icon": "https://media.discordapp.net/attachments/1147873114219352144/1147873480541491210/bc270c23058d513de5124ffea6bf9199af7a2370.png",
"featured": false
},
{
"id": 3,
"name": "Professional",
"service": "Minecraft",
"price": "FREE",
"ram": 1024,
"disk": 1024,
"cpu": 100,
"backups": 3,
"allocations": 3,
"databases": 3,
"egg": 4,
"location": 1,
"icon": "https://media.discordapp.net/attachments/1147873114219352144/1147873480541491210/bc270c23058d513de5124ffea6bf9199af7a2370.png",
"featured": false
},
{
"id": 4,
"name": "Starter",
"service": "Python",
"price": "FREE",
"ram": 102,
"disk": 302,
"cpu": 50,
"backups": 3,
"allocations": 3,
"databases": 3,
"egg": 4,
"location": 1,
"icon": "https://media.discordapp.net/attachments/1147873114219352144/1148578307101704223/5848152fcef1014c0b5e4967.png",
"featured": true
},
{
"id": 5,
"name": "Average",
"service": "Python",
"price": "FREE",
"ram": 102,
"disk": 302,
"cpu": 50,
"backups": 3,
"allocations": 3,
"databases": 3,
"egg": 4,
"location": 1,
"icon": "https://media.discordapp.net/attachments/1147873114219352144/1148578307101704223/5848152fcef1014c0b5e4967.png",
"featured": false
},
{
"id": 6,
"name": "Professional",
"service": "Python",
"price": "FREE",
"ram": 102,
"disk": 302,
"cpu": 50,
"backups": 3,
"allocations": 3,
"databases": 3,
"egg": 4,
"location": 1,
"icon": "https://media.discordapp.net/attachments/1147873114219352144/1148578307101704223/5848152fcef1014c0b5e4967.png",
"featured": false
},
{
"id": 7,
"name": "Starter",
"service": "Node JS",
"price": "100",
"ram": 102,
"disk": 302,
"cpu": 50,
"backups": 3,
"allocations": 3,
"databases": 3,
"egg": 4,
"location": 1,
"icon": "https://cdn.discordapp.com/attachments/1185947756372693083/1206354592376561687/node-js-icon-454x512-nztofx17.png?ex=65dbb443&is=65c93f43&hm=d22559e72d757527491088218c3c603d6da84989ee84fe86b1b8dcaaf729598b&",
"featured": true
},
{
"id": 8,
"name": "Average",
"service": "Node JS",
"price": "100",
"ram": 102,
"disk": 302,
"cpu": 50,
"backups": 3,
"allocations": 3,
"databases": 3,
"egg": 4,
"location": 1,
"icon": "https://cdn.discordapp.com/attachments/1185947756372693083/1206354592376561687/node-js-icon-454x512-nztofx17.png?ex=65dbb443&is=65c93f43&hm=d22559e72d757527491088218c3c603d6da84989ee84fe86b1b8dcaaf729598b&",
"featured": false
},
{
"id": 9,
"name": "Professional",
"service": "Node JS",
"price": "100",
"ram": 102,
"disk": 302,
"cpu": 50,
"backups": 3,
"allocations": 3,
"databases": 3,
"egg": 4,
"location": 1,
"icon": "https://cdn.discordapp.com/attachments/1185947756372693083/1206354592376561687/node-js-icon-454x512-nztofx17.png?ex=65dbb443&is=65c93f43&hm=d22559e72d757527491088218c3c603d6da84989ee84fe86b1b8dcaaf729598b&",
"featured": false
}
]
}
}