X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=config.pm;fp=config.pm;h=cfb12ba43529d96b2b990e8495f301b374bc5c23;hp=13544753222344d62877c215dcd6f30cfedea579;hb=2b281b9236c2b6aae61081717ea6210900f0dbbe;hpb=78b3165f2d44ab70a0ab864dad6bdc14aed5fde7 diff --git a/config.pm b/config.pm index 1354475..cfb12ba 100644 --- a/config.pm +++ b/config.pm @@ -12,5 +12,11 @@ our $dbdebug = 0; # Set this flag to disable any admin tasks -- it's quite crude, but hey :-) our $noadmin = 0; +# The database connection details +our $dbname = "ccbs"; +our $dbhost = "www.positivegaming.com"; +our $dbuser = "ccbs"; +our $dbpass = "GeT|>>B_"; + 1;