diff options
| author | Duda Dornelles <ddornell@thoughtworks.com> | 2014-11-05 18:45:06 -0200 | 
|---|---|---|
| committer | Duda Dornelles <ddornell@thoughtworks.com> | 2014-11-05 18:45:06 -0200 | 
| commit | 73f931813b54bafa9c70d88068c13dfcb804288b (patch) | |
| tree | 5d1a87a55d61f66f1fcc6365452a6b0af61e7f70 | |
| parent | 2e4d34899b48f30508d41ea0afd629dd9281f58a (diff) | |
Updating example config file
| -rw-r--r-- | service/pixelated.example | 12 | 
1 files 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=<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" +LEAP_USERNAME=your_username +LEAP_PASSWORD=your_password +LEAP_SERVER_NAME=your.leapprovider.org | 
