X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=perl%2FSesse%2Fpr0n%2FConfig.pm;fp=perl%2FSesse%2Fpr0n%2FConfig.pm;h=e267c99b51cf2388a8b9d08f12bab2194376b222;hp=0000000000000000000000000000000000000000;hb=3190115fc3d69debf06c037528bfa98fe4cfdc96;hpb=3d50259278738a80b94127b404f45193657ba945 diff --git a/perl/Sesse/pr0n/Config.pm b/perl/Sesse/pr0n/Config.pm new file mode 100644 index 0000000..e267c99 --- /dev/null +++ b/perl/Sesse/pr0n/Config.pm @@ -0,0 +1,17 @@ +# +# Copy this file to Config-local.pm and change the values there to +# suit your own needs. +# +# Note that most configuration is done in your vhost; this isn't, +# because it's persistent between sessions and we don't have access +# to the Apache configuration data then. +# +package Sesse::pr0n::Config; +use strict; +use warnings; + +our $db_host = '127.0.0.1'; +our $db_username = 'pr0n'; +our $db_password = ''; + +1;