diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-07-25 10:06:29 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-07-25 10:06:29 -0700 |
| commit | 3e85643c723bc7a20b3876d31ba1760951281f30 (patch) | |
| tree | c31ae0bbeeb48c804888abedfa074654e763b859 | |
| parent | 4f3c459cc87764e90e574f29d3e49e9335be550c (diff) | |
Add tracker to client config template
| -rw-r--r-- | client/mobius-client-config.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/mobius-client-config.yaml b/client/mobius-client-config.yaml index c46d269..868797c 100644 --- a/client/mobius-client-config.yaml +++ b/client/mobius-client-config.yaml @@ -1,7 +1,8 @@ Username: unnamed IconID: 2000 +Tracker: hltracker.com:5498 Bookmarks: - Name: Example Server Addr: localhost:5500 Login: guest - Password: "" + Password: ""
\ No newline at end of file |