Skip to content

Commit

Permalink
feat: enable all services in dev default config
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Jan 19, 2024
1 parent 254d16f commit 942a650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions share/default/config/tracker.development.sqlite3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ remove_peerless_torrents = true
tracker_usage_statistics = true

[[udp_trackers]]
bind_address = "0.0.0.0:0"
bind_address = "0.0.0.0:6969"
enabled = true

[[http_trackers]]
bind_address = "0.0.0.0:0"
bind_address = "0.0.0.0:7070"
enabled = true
ssl_cert_path = ""
ssl_enabled = false
ssl_key_path = ""

[http_api]
bind_address = "127.0.0.1:0"
bind_address = "127.0.0.1:1212"
enabled = true
ssl_cert_path = ""
ssl_enabled = false
Expand Down

0 comments on commit 942a650

Please sign in to comment.