We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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>