forked from torrust/torrust-tracker
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: [torrust#634] no need to change dir to temp dir
We only need to create the config file for the tracker_checker in a temp dir but it can be executed from the root dir.
- Loading branch information
1 parent
ef80b0a
commit af65b59
Showing
3 changed files
with
34 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"udp_trackers": [ | ||
"127.0.0.1:6969" | ||
], | ||
"http_trackers": [ | ||
"http://127.0.0.1:7070" | ||
], | ||
"health_checks": [ | ||
"http://127.0.0.1:1313/health_check" | ||
] | ||
} |