diff options
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" |