X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=lib%2Fperl%2FBlerg-Database%2Flib%2FBlerg%2FDatabase.pm;h=e462860680b15ca0b7ee528e9c5c505f54200625;hb=4ebc59f7d9fbd644f2a6a4c5abda2cdd9dcb8476;hp=b75b3f7be61aaba9ea3fbe03fabb8754ae4ff5a3;hpb=b9aab20d149543fcd4d6a541af32eb4d3c51019c;p=blerg.git diff --git a/lib/perl/Blerg-Database/lib/Blerg/Database.pm b/lib/perl/Blerg-Database/lib/Blerg/Database.pm index b75b3f7..e462860 100644 --- a/lib/perl/Blerg-Database/lib/Blerg/Database.pm +++ b/lib/perl/Blerg-Database/lib/Blerg/Database.pm @@ -244,6 +244,30 @@ Validates that C is a valid tag name. Validates that C is a valid username. +=item configuration() + +Returns a hashref containing runtime configuration information. Contains these fields: + +=over + +=item base_path + +The base path to the Blërg database + +=item data_path + +The path under base_path for account data + +=item hash_tags_path + +The path under base_path for hashtag data + +=item ref_tags_path + +The path under base_path for mention data + +=back + =back =head2 AUTHENTICATION