Skip to content

Commit c7297c1

Browse files
committed
chore: add a second HTTP and UDP tracker in dev env
We will start making changes in the `AppContainer` and services. Having more than one server of the same type could help to detect bugs prematurely.
1 parent 82bacf0 commit c7297c1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

share/default/config/tracker.development.sqlite3.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ threshold = "info"
1010
listed = false
1111
private = false
1212

13+
[[udp_trackers]]
14+
bind_address = "0.0.0.0:6868"
15+
tracker_usage_statistics = true
16+
1317
[[udp_trackers]]
1418
bind_address = "0.0.0.0:6969"
1519
tracker_usage_statistics = true
@@ -18,6 +22,10 @@ tracker_usage_statistics = true
1822
bind_address = "0.0.0.0:7070"
1923
tracker_usage_statistics = true
2024

25+
[[http_trackers]]
26+
bind_address = "0.0.0.0:7171"
27+
tracker_usage_statistics = true
28+
2129
[http_api]
2230
bind_address = "0.0.0.0:1212"
2331

0 commit comments

Comments
 (0)