]> git.sesse.net Git - pr0n/blob - perl/Sesse/pr0n/Config.pm
Remove the now-obsolete upload wizard (it was never much used).
[pr0n] / perl / Sesse / pr0n / Config.pm
1
2 # Copy this file to Config-local.pm and change the values there to
3 # suit your own needs.
4 #
5 # Note that most configuration is done in your vhost; this isn't,
6 # because it's persistent between sessions and we don't have access
7 # to the Apache configuration data then.
8 #
9 package Sesse::pr0n::Config;
10 use strict;
11 use warnings;
12
13 our $db_host = '127.0.0.1';
14 our $db_username = 'pr0n';
15 our $db_password = '';
16
17 1;