Top Level Namespace

Defined Under Namespace

Modules: MysqlReplicationHelper

Constant Summary collapse

CONFIG_FILE_LOCATIONS =

Constants ==============================================================

[
  "/etc/replication-helper.conf",
  "/etc/replication-helper/config",
  "~/.replication-helper/config"
].collect { |p| File.expand_path(p) }.freeze
DEFAULT_CONFIG =
{
}