App.config 382 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <appSettings>
  4. <add key="poolApiUrl" value="https://api.ethermine.org" />
  5. <add key="currency" value="ETH" />
  6. <add key="dbIp" value="192.168.1.101" />
  7. <add key="fullLogPath" value="full.log" />
  8. <add key="errorLogPath" value="error.log" />
  9. </appSettings>
  10. </configuration>