<?xml version="1.0"?>
<configuration>
  <appSettings>
    <!-- Credentials: DB is loaded from .env (see .env.example at repo root) -->
    <add key="DateFormat" value="yyyy-MM-dd hh:mm tt"/>
    <add key="support" value="graham@evolutionsoftware.co.za"/>
  </appSettings>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
  </startup>
</configuration>
