-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInstanceTemplate.json
More file actions
39 lines (39 loc) · 878 Bytes
/
InstanceTemplate.json
File metadata and controls
39 lines (39 loc) · 878 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
32
33
34
35
36
37
38
39
{
"Template": {
"Name": "Default Test Instance Template",
"Description": "Hello World!",
"Author": {
"Name": "Daniel",
"Contact": "hi@d2a.io"
},
"Date": "2021-05-21T23:35:08.677314+02:00"
},
"Instance": {
"Type": "t2.micro",
"Security Group Name": "jamulus-security-group",
"Key Pair": {
"Name": "flat",
"Local Path": "data/keys/key.pem"
},
"AMI": "ami-043097594a7df80ec"
},
"Jamulus": {
"Max Users": 25,
"Welcome Message": "Hallo Freunde! \"test\"",
"Public": {
"Central Server": "",
"Server Info": {
"Name": "Test Server",
"City": "Frankfurt",
"Country": "de"
}
},
"Recording": {
"Path": "/tmp/recordings",
"Auto Record": false
},
"Fast Update": true,
"Enable Multithreading": true,
"Log Path": "/tmp/logs"
}
}