diff --git a/lib/Zonemaster/Backend/Config.pm b/lib/Zonemaster/Backend/Config.pm index 9f443582a..21e0262a4 100644 --- a/lib/Zonemaster/Backend/Config.pm +++ b/lib/Zonemaster/Backend/Config.pm @@ -219,65 +219,47 @@ sub check_db { =head2 MYSQL_database -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 MySQL_host -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 MYSQL_password -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 MYSQL_user -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 POSTGRESQL_database -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 POSTGRESQL_host -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 POSTGRESQL_password -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 POSTGRESQL_user -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 SQLITE_database_file -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =cut