Skip to content

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

.json

{
    "Generator": {
        "Connection": "http://localhost:51914/Generator"
    },
    ... generator commands here
}

.config or .xml

<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
  <Generator>
    <Connection>http://localhost:51914/Generator</Connection>
  </Generator>
  <!-- generator commands here -->
</Configuration>
Clone this wiki locally