-
Notifications
You must be signed in to change notification settings - Fork 0
Settings File
KY edited this page May 13, 2018
·
2 revisions
Set the connection to generator service and the commands the generator service has to execute.
See generator configuration for details and all possible commands
{
"Generator": {
"Connection": "http://localhost:51914/Generator"
},
... generator commands here
}
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<Generator>
<Connection>http://localhost:51914/Generator</Connection>
</Generator>
<!-- generator commands here -->
</Configuration>