X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=config.pm;h=8c16db80ac3e8dd88f2cc2e2c4357a978e1d8975;hp=13544753222344d62877c215dcd6f30cfedea579;hb=refs%2Fheads%2Fpgweb-1.0;hpb=1fff33ea074767eb32fef9b278d194d9f33bc69a diff --git a/config.pm b/config.pm index 1354475..8c16db8 100644 --- a/config.pm +++ b/config.pm @@ -12,5 +12,14 @@ our $dbdebug = 0; # Set this flag to disable any admin tasks -- it's quite crude, but hey :-) our $noadmin = 0; +# The main template, giving the overall look-and-feel +our $main_template = 'main.tmpl'; + +# The database connection details +our $dbname = "ccbs"; +our $dbhost = "www.positivegaming.com"; +our $dbuser = "ccbs"; +our $dbpass = "GeT|>>B_"; + 1;