-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlxd-local-https-example.json
More file actions
59 lines (59 loc) · 1.73 KB
/
lxd-local-https-example.json
File metadata and controls
59 lines (59 loc) · 1.73 KB
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
{
"environment": {
"name": "lxd-local-https-example"
},
"ssh_credentials": {
"private_key_path": "/home/josecelano/Documents/git/committer/me/github/torrust/torrust-tracker-deployer-agent-01/fixtures/testing_rsa",
"public_key_path": "/home/josecelano/Documents/git/committer/me/github/torrust/torrust-tracker-deployer-agent-01/fixtures/testing_rsa.pub"
},
"provider": {
"provider": "lxd",
"profile_name": "torrust-profile-lxd-local-https-example"
},
"tracker": {
"core": {
"database": {
"driver": "sqlite3",
"database_name": "tracker.db"
},
"private": false
},
"udp_trackers": [
{
"bind_address": "0.0.0.0:6969",
"domain": "udp.tracker.local"
}
],
"http_trackers": [
{
"bind_address": "0.0.0.0:7070",
"domain": "http.tracker.local",
"use_tls_proxy": true
}
],
"http_api": {
"bind_address": "0.0.0.0:1212",
"admin_token": "MyAccessToken",
"domain": "api.tracker.local",
"use_tls_proxy": true
},
"health_check_api": {
"bind_address": "0.0.0.0:1313",
"domain": "health.tracker.local",
"use_tls_proxy": true
}
},
"grafana": {
"admin_user": "admin",
"admin_password": "admin-password",
"domain": "grafana.tracker.local",
"use_tls_proxy": true
},
"prometheus": {
"scrape_interval_in_secs": 15
},
"https": {
"admin_email": "admin@tracker.local",
"use_staging": true
}
}