From 73f931813b54bafa9c70d88068c13dfcb804288b Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Wed, 5 Nov 2014 18:45:06 -0200 Subject: Updating example config file --- service/pixelated.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/service/pixelated.example b/service/pixelated.example index 056d7bb7..657445db 100644 --- a/service/pixelated.example +++ b/service/pixelated.example @@ -1,7 +1,7 @@ -# Modify this file and move it to ~/.pixelated - -HOST="127.0.0.1" +# modify this file and start the app with --config= +[pixelated] +HOST=127.0.0.1 PORT=3333 -LEAP_USERNAME="your_username" -LEAP_PASSWORD="your_password" -LEAP_SERVER_NAME="your.leapprovider.org" +LEAP_USERNAME=your_username +LEAP_PASSWORD=your_password +LEAP_SERVER_NAME=your.leapprovider.org -- cgit v1.2.3