Private
Public Access
11
1

Add PixelatorGUI_Settings

2026-03-28 14:10:04 +01:00
parent ad7c912f39
commit 7d1682f46f
+7
@@ -0,0 +1,7 @@
PixelatorGUI has only a few settings for specifying the host and ports where PixelatorController is communicating. These settings are found in `build/PixelatorGUI/etc/PixelatorGUI.ini` - open the file in a text editor and the settings are found in the beginning of the file in a section labelled `[Resource]`. The default settings are:
- PIXELATORCONTROLLER_HOSTNAME="localhost"
- PIXELATORCONTROLLER_PORT_PUBLISHER=55561
- PIXELATORCONTROLLER_PORT_REQUEST=55562
These must match the hostname where PixelatorController is running, and the ports that it is configured to use in `settings.json`.