[pLog-svn] r5690 - plog/trunk/config

Jon Daley plogworld at jon.limedaley.com
Thu Jul 19 16:21:07 EDT 2007


 	Probably should have some sort of pointer/readme doc that tells 
people about the release/config file, in case they install from subversion 
and wonder where it is. (unless the wizard does the right thing in the 
case of the file not existing)

On Thu, 19 Jul 2007, Oscar Renalias wrote:

> There's already a release/config.properties.php.dist that is used by
> the build scripts. So all we would need to do is remove config/
> config.properties.php from svn?
>
> On 19 Jul 2007, at 21:58, Jon Daley wrote:
>
>>  	That's probably a good idea.
>>
>> On Thu, 19 Jul 2007, mark at devel.lifetype.net wrote:
>>
>>> Author: mark
>>> Date: 2007-07-19 14:56:36 -0400 (Thu, 19 Jul 2007)
>>> New Revision: 5690
>>>
>>> Modified:
>>>   plog/trunk/config/config.properties.php
>>> Log:
>>> Clean the config.properties.php again.
>>>
>>> Maybe we should consider create a config sample --
>>> config.properties.php.sample. And we just maintain the sample
>>> config in SVN instead our real config file. It will reduce the
>>> times that we check in the config.properties.php again and again.
>>>
>>> Modified: plog/trunk/config/config.properties.php
>>> ===================================================================
>>> --- plog/trunk/config/config.properties.php	2007-07-19 18:50:57
>>> UTC (rev 5689)
>>> +++ plog/trunk/config/config.properties.php	2007-07-19 18:56:36
>>> UTC (rev 5690)
>>> @@ -26,13 +26,13 @@
>>> #   (note, if upgrading between minor releases:
>>> #   1.0 to 1.0.1, etc. you shouldn't run the wizard)
>>>
>>> -$config['db_host'] = 'localhost';
>>> -$config['db_username'] = 'root';
>>> +$config['db_host'] = '';
>>> +$config['db_username'] = '';
>>> $config['db_password'] = '';
>>> -$config['db_database'] = 'lt_utf8';
>>> -$config['db_driver'] = 'mysql';
>>> +$config['db_database'] = '';
>>> +$config['db_driver'] = '';
>>> $config["db_persistent"] = true;
>>> -$config['db_character_set'] = 'utf8';
>>> +$config['db_character_set'] = '';
>>>
>>> #
>>> # the database prefix will be appended to the name of each
>>> database tables in case you want
>>> @@ -41,7 +41,7 @@
>>> # coexist in the same unique database. If you change this after
>>> the initial configuration done
>>> # with the installation wizard, please make sure that you also
>>> rename the tables.
>>> #
>>> -$config['db_prefix'] = 'lt_';
>>> +$config['db_prefix'] = '';
>>>
>>> #
>>> # This array is used to pass driver-specific parameters. Currently
>>> the only supported
>>>
>>> _______________________________________________
>>> pLog-svn mailing list
>>> pLog-svn at devel.lifetype.net
>>> http://limedaley.com/mailman/listinfo/plog-svn
>>>
>>
>> --
>> Jon Daley
>> http://jon.limedaley.com/
>>
>> Any tool, when dropped, will roll into the least accessible corner.
>> -- Anthony's Law of the Workshop
>> _______________________________________________
>> pLog-svn mailing list
>> pLog-svn at devel.lifetype.net
>> http://limedaley.com/mailman/listinfo/plog-svn
>>
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>

-- 
Jon Daley
http://jon.limedaley.com/

Eagles may soar, but weasels don't get sucked into jet engines.


More information about the pLog-svn mailing list