2 /* Copyright (c) 2009 Arnaud Renevier, Inc, published under the modified BSD
6 define ("DBHOST", "localhost");
9 define ("DBUSER", "syp");
15 define ("DBNAME", "syp");
17 // tables prefix. This prefix will also be used as a prefix for cookie names.
18 define ("DBPREFIX", "syp_");
20 // directory where images will be uploaded and stored. That directory needs
21 // to be writeable by SYP.
22 define ("UPLOADDIR", "upload");
24 // title of your website
25 define ("SITETITLE", "SYP");
27 // ftp server to store photos
28 define ("FTPSERVER", "");
31 define ("FTPUSER", "");
34 define ("FTPPASS", "");
37 define ("FTPIMGDIR", "");
39 // email contact for webmaster.
40 define ("WEBMASTERMAIL", "");
42 // url of images directory. If empty, syp will try to guess it from syp admin
43 // location and UPLOADDIR. So, you need to set that variable if host is
44 // different between syp admin and images directory. Or if protocol is
45 // different (for example, if syp admin is https and images directory is http)
46 define ("IMGSDIRURL", "");