Miredot 2.0 introduces online builds and now operates with a global organization-id instead of a per-project license key. You can get your organization id on my.miredot.
<configuration>
<license><!--insert license key here--></license>
</configuration>
<configuration>
<organizationId><!--insert organization-id key here--></organizationId>
</configuration>
miredot {
license = /*insert license key here (as string between quotes '')*/
}
miredot {
organizationId = /*insert organization-id here (as string between quotes '')*/
}