diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2014-12-16 17:12:14 -0200 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2014-12-16 17:12:14 -0200 |
commit | 614b749b9813ed9bef0bc1f70ea223ca86927df4 (patch) | |
tree | fe7fcac76418ad9ac8b27be21f5a837e6964d4d2 | |
parent | a36703c6ace841e2ef4076ab01c4665f400e4f62 (diff) |
Removed host and port from config example because they haven't been used for ages
-rw-r--r-- | service/pixelated.example | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/service/pixelated.example b/service/pixelated.example index 657445db..6159029e 100644 --- a/service/pixelated.example +++ b/service/pixelated.example @@ -1,7 +1,5 @@ # modify this file and start the app with --config=<path for this file> [pixelated] -HOST=127.0.0.1 -PORT=3333 LEAP_USERNAME=your_username LEAP_PASSWORD=your_password LEAP_SERVER_NAME=your.leapprovider.org |