mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 03:57:51 +02:00
Switch Google Groups to registry.google domain
Note that there is some configuration work necessary pre-push before this change will work. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116660866
This commit is contained in:
parent
7005a37b62
commit
bee7f114fc
1 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ public final class ConfigModule {
|
||||||
public static String provideGoogleAppsAdminEmailAddress(RegistryEnvironment environment) {
|
public static String provideGoogleAppsAdminEmailAddress(RegistryEnvironment environment) {
|
||||||
switch (environment) {
|
switch (environment) {
|
||||||
case PRODUCTION:
|
case PRODUCTION:
|
||||||
return "admin@googleregistry.co";
|
return "admin@registry.google";
|
||||||
default:
|
default:
|
||||||
return "admin@domainregistry-sandbox.co";
|
return "admin@domainregistry-sandbox.co";
|
||||||
}
|
}
|
||||||
|
@ -240,7 +240,7 @@ public final class ConfigModule {
|
||||||
public static String providePublicDomainName(RegistryEnvironment environment) {
|
public static String providePublicDomainName(RegistryEnvironment environment) {
|
||||||
switch (environment) {
|
switch (environment) {
|
||||||
case PRODUCTION:
|
case PRODUCTION:
|
||||||
return "googleregistry.co";
|
return "registry.google";
|
||||||
default:
|
default:
|
||||||
return "domainregistry-sandbox.co";
|
return "domainregistry-sandbox.co";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue