davejgandy / Drayton-Wiser

Windows control interface for Drayton Wiser
6 stars 3 forks source link

Configuration help needed #1

Open smithps opened 2 years ago

smithps commented 2 years ago

Hi, the Readme.md explains that you need to configure wiser.dll.config but doesn't tell you where to place this file, or indeed what else mught be required in it. It would be useful if you could expand the README.MD file to include this information and perhaps also provide an example wiser.dll.config in with the project.

poonab commented 2 years ago

Create Wiser.dll.config in the Wiser project, then contents are:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <appSettings>
    <add key="HubAddress" value="" />
    <add key="HubSecret" value="" />
  </appSettings>
</configuration>