rootDomain property

String rootDomain
final

Returns the root domain from the environment. Root domain is used to control what root server you want to use for the app.

Implementation

static final String rootDomain =
    _getEnvVar('ROOT_DOMAIN') ?? 'root.atsign.org';