mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 06:44:51 +02:00
Move more configuration options into YAML config files
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=145452311
This commit is contained in:
parent
16f51f0a5c
commit
efedc03d45
1 changed files with 5 additions and 0 deletions
|
@ -1254,6 +1254,11 @@ public final class RegistryConfig {
|
|||
}
|
||||
}
|
||||
|
||||
/** Returns the roid suffix to be used for the roids of all contacts and hosts. */
|
||||
public static String getContactAndHostRoidSuffix() {
|
||||
return CONFIG_SETTINGS.get().registryPolicy.contactAndHostRoidSuffix;
|
||||
}
|
||||
|
||||
/**
|
||||
* Memoizes loading of the {@link RegistryConfigSettings} POJO.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue