EWEA Photolibrary config file
EWEA ResourceSpace config.php file. This information is key for decrypting the photo database.
<?php ############################### ## ResourceSpace ## Local Configuration Script ############################### # All custom settings should be entered in this file. # Options may be copied from config.default.php and configured here. # MySQL database settings $mysql_server = 'localhost'; $mysql_username = 'photolib_user'; $mysql_password = '5A5wdpqG'; $mysql_db = 'photolibrary_test'; $mysql_bin_path = '/usr/bin'; # Base URL of the installation $baseurl = 'http://intranet/photolibrary'; # Email settings $email_from = '[email protected]'; $email_notify = '[email protected]'; $spider_password = 'uqe7ySEWEvan'; $scramble_key = 'uXeXADaqYZat'; $api_scramble_key = 'aBeGA2yBA4ed'; # Paths $imagemagick_path = '/usr/bin'; $ghostscript_path = '/usr/bin'; $ftp_server = 'my.ftp.server'; $ftp_username = 'my_username'; $ftp_password = 'my_password'; $ftp_defaultfolder = 'temp/'; $thumbs_display_fields = array(8,3); $list_display_fields = array(8,3,12); $sort_fields = array(12);
No comments yet.