mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02: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:
parent
0ae5d10632
commit
d02d30a4cd
2 changed files with 12 additions and 8 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue