mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
Use google.registry namespace for specifying RegistryConfig impl
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135386524
This commit is contained in:
@@ -30,7 +30,7 @@ import javax.annotation.concurrent.ThreadSafe;
|
||||
@ThreadSafe
|
||||
public final class RegistryConfigLoader {
|
||||
|
||||
public static final String REGISTRY_CONFIG_PROPERTY = "com.google.domain.registry.config";
|
||||
public static final String REGISTRY_CONFIG_PROPERTY = "google.registry.config";
|
||||
public static final String REGISTRY_CONFIG_DEFAULT =
|
||||
"google.registry.config.ProductionRegistryConfigExample";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user