- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
-
- <appSettings>
- <add key="poolApiUrl" value="https://api.ethermine.org" />
- <add key="currency" value="ETH" />
- <add key="dbIp" value="192.168.1.101" />
- <add key="fullLogPath" value="full.log" />
- <add key="errorLogPath" value="error.log" />
- </appSettings>
-
- </configuration>
|