The ArcMap plugin will try to read an optional configuration file from "C:\plugins\plugin_arcpro.ini"

Use this configuration file to define the URL of a Publisher to connect to. Add the following line:
publisherURL=http://MyPublisher:1111/viewer/?mode=websocket&protocol=ws&hostname=localhost&port=7200&endpoint=/endpoint
Replace "MyPublisher" by the name of the machine on which the Publisher has been installed to.
Also update the port number (1111) and/or the protocol (http of https) to the right values.

The configuration file can be used to set default values for new objects created in the plugin.
Add one or more lines like this:
default.attribute.value.MyAttribute=MyValue
Replace "MyAttribute" by the name of the attribute, and "MyValue" by the desired default value.
Each time a new object is created the configuration file is read to find default values.
