X-Git-Url: https://git.sesse.net/?p=webpdf;a=blobdiff_plain;f=config.pm;fp=config.pm;h=68030ea7b555ac58e2f6a7b9824a1718c9d7366b;hp=0000000000000000000000000000000000000000;hb=0f135d31b052aa50c51cc4a15455d02e076dfae8;hpb=26eb7ac3d1570938e619a265f18450b3b41359c2 diff --git a/config.pm b/config.pm new file mode 100644 index 0000000..68030ea --- /dev/null +++ b/config.pm @@ -0,0 +1,13 @@ +package pdfweb::config; + +# The home directory of the user going to be running the CGI scripts. +# (Required if OOo is to find its configuration files etc.) +our $homedir = "/home/cassarossa/itk/sesse/sesse-pdf/"; + +# Display of a running X server (OOo needs one to work -- Xvfb will do nicely). +our $xserver = ":25"; + +# Directory for PDF output. +our $outputdir = "/home/cassarossa/itk/sesse/public_html/pdf/output"; + +1;