X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=config.pm;h=cfb12ba43529d96b2b990e8495f301b374bc5c23;hb=2b281b9236c2b6aae61081717ea6210900f0dbbe;hp=13544753222344d62877c215dcd6f30cfedea579;hpb=1fff33ea074767eb32fef9b278d194d9f33bc69a;p=ccbs 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;