diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-08-22 17:37:39 -0300 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-08-22 17:43:50 -0300 |
commit | c9b43916550346f0fadbf95abfe33524b6f3e4d3 (patch) | |
tree | dbd98e955b8e43b1ce5371f21497b9f2b1121698 /service | |
parent | 386ad3f97fb2f1f860d15cf4b5cd3c0c540b33c0 (diff) |
adding pixelated.example config
Diffstat (limited to 'service')
-rw-r--r-- | service/pixelated.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/service/pixelated.example b/service/pixelated.example new file mode 100644 index 00000000..e68a1754 --- /dev/null +++ b/service/pixelated.example @@ -0,0 +1,7 @@ +; Modify this file and move it to ~/.pixelated + +HOST="127.0.0.1" +PORT=3333 +LEAP_USERNAME="your_username" +LEAP_PASSWORD="your_password" +LEAP_SERVER_NAME="your.leapprovider.org" |