/[dtapublic]/to_be_filed/webprojs/php_libraries/php_library/pamc_gen_a/config/config.inc
ViewVC logotype

Annotation of /to_be_filed/webprojs/php_libraries/php_library/pamc_gen_a/config/config.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 35 - (hide annotations) (download)
Sat Oct 8 23:35:33 2016 UTC (8 years, 2 months ago) by dashley
File size: 3320 byte(s)
Initial commit.
1 dashley 35 <?php
2     //$Header: /hl/cvsroots/gpl01/gpl01/webprojs/pamc/gen_a/sw/phplib/config/config.inc,v 1.4 2007/06/30 20:52:05 dashley Exp $
3     //--------------------------------------------------------------------------------
4     //config.inc -- PAMC User-Modifiable Configuration
5     //Copyright (C) 2007 David T. Ashley
6     //--------------------------------------------------------------------------------
7     //This program is free software; you can redistribute it and/or
8     //modify it under the terms of the GNU General Public License
9     //as published by the Free Software Foundation; either version 2
10     //of the License, or (at your option) any later version.
11     //
12     //This program is distributed in the hope that it will be useful,
13     //but WITHOUT ANY WARRANTY; without even the implied warranty of
14     //MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15     //GNU General Public License for more details.
16     //
17     //You should have received a copy of the GNU General Public License
18     //along with this program; if not, write to the Free Software
19     //Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20     //--------------------------------------------------------------------------------
21     //Author contact information:
22     // David T. Ashley
23     // P.O. Box 918
24     // Marshall, Michigan, 49068
25     // dta@e3ft.com
26     //--------------------------------------------------------------------------------
27     //********************************************************************************
28     //**** D I R E C T O R Y P A T H S **************************************
29     //********************************************************************************
30     $config['path']['phplibrary'] = "/var/www/php_library/pamc_gen_a";
31     //The place where the PHP library .inc files for this product are located.
32     //This path should not be directly servable by the web server or
33     //directly readable by users because of the presence database userid/password,
34     //the hash key, and perhaps other sensitive information.
35     $config['path']['webfiles'] = "/hl/webroots/cequent_pamc_443a";
36     //The path to the root of the web space used by this product.
37     $config['path']['filerepository'] = "/hl/filereproots/fr_cequent_pamc_443a";
38     //The path to the file repository. This path should not be directly
39     //servable by the web server or be directly readable by users because
40     //for a given user, many of the files may, by security rules, not be
41     //readable.
42     //********************************************************************************
43     //**** M Y S Q L I N F O R M A T I O N **********************************
44     //********************************************************************************
45     $config['mysql']['server'] = "localhost";
46     $config['mysql']['authuserid'] = "pamcdevel01user";
47     $config['mysql']['authpassword'] = "lithium39foam";
48     //The MySQL authentication credentials.
49     $config['mysql']['dbname'] = "pamcdevel01";
50     //Once the userid has authenticated into MySQL, the name of the database to
51     //use. All PAMC information resides in one database.
52     //--------------------------------------------------------------------------------
53     //End of $RCSfile: config.inc,v $.
54     //--------------------------------------------------------------------------------
55     ?>

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25