mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
change name of druid.indexer.configTable to druid.database.configTable to be consistent
This commit is contained in:
parent
4643030716
commit
a470f3fa6a
@ -8,7 +8,7 @@ import org.skife.config.Default;
|
||||
*/
|
||||
public abstract class ConfigManagerConfig
|
||||
{
|
||||
@Config("druid.indexer.configTable")
|
||||
@Config("druid.database.configTable")
|
||||
public abstract String getConfigTable();
|
||||
|
||||
@Config("druid.indexer.poll.duration")
|
||||
|
Loading…
x
Reference in New Issue
Block a user