documentation home

Organization id

Organization Id

Miredot needs your organization id in order to identify your account. You can get your id by signing in to my.miredot.

Every project that uses your organization id will appear on that organization's dashboard. You can create multiple organizations to group projects and choose different subscription plans.

Never share or publish this organization id!

Maven
<configuration>
    <organizationId><!--insert id here--></organizationId>
</configuration>
Gradle
miredot {
    organizationId = /*insert id here (as string between quotes '')*/
}