mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00: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:
@@ -223,7 +223,7 @@ public final class ConfigModule {
|
||||
public static String provideGoogleAppsAdminEmailAddress(RegistryEnvironment environment) {
|
||||
switch (environment) {
|
||||
case PRODUCTION:
|
||||
return "admin@googleregistry.co";
|
||||
return "admin@registry.google";
|
||||
default:
|
||||
return "admin@domainregistry-sandbox.co";
|
||||
}
|
||||
@@ -240,7 +240,7 @@ public final class ConfigModule {
|
||||
public static String providePublicDomainName(RegistryEnvironment environment) {
|
||||
switch (environment) {
|
||||
case PRODUCTION:
|
||||
return "googleregistry.co";
|
||||
return "registry.google";
|
||||
default:
|
||||
return "domainregistry-sandbox.co";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user