221 | | * Change the parties to your local party as needed |
222 | | * Change the profiles as needed |
223 | | * Change other settings as needed |
| 221 | * Change the parties to your local party as needed. Party references are URIs, starting with pythonpath: followed by the full.class.name. All parties must be in your python path. |
| 222 | * Change the profiles as needed. Profiles are URIs, starting with file: followed by the full/file/path (either absolute or relative). |
| 223 | * parameters contains a json dict with additional initialization parameters for each party. They are a json dict, with strings as the key and any json object (but usually a string or number) as value. |