Hi, I added the second base URL. When the device is enrolled, will the second base URL also show up device automatically, or do we have to add it manually?
// Default URL of the web panel (scheme + host!)
buildConfigField("String", "BASE_URL", "\"
https://app.h-mdm.com\"")
// URL of the secondary address of your web panel, called when the primary host is not available.
// Could be equal to the BASE_URL parameter
buildConfigField("String", "SECONDARY_BASE_URL", "\"
https://app.h-mdm.com\"")