summaryrefslogtreecommitdiff
path: root/service/pixelated.example
diff options
context:
space:
mode:
Diffstat (limited to 'service/pixelated.example')
-rw-r--r--service/pixelated.example12
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