Add PixelatorGUI_Settings
@@ -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`.
|
||||
Reference in New Issue
Block a user