Hi ! :)
On Sun, Jul 13, 2014 at 7:08 PM, Gary Martin <[email protected]> wrote: > On 13/07/14 01:44, [email protected] wrote: > > [...] > > > > 1. I got information from the BEP-0003 page about we can config every > product, I want to add config file for every product, but not working. > > [...] > > Could you tell me what config file should I add? > > Could you tell me where should I put the config file? > > > There are basically three options : 1. trac-admin /path/to/env product admin PREFIX config set SECTION OPTION * thus storing config values in the database 2. write product configuration in a ini file (as usual) and execute trac-admin /path/to/env product admin PREFIX config set trac inherit * this way product config will inherit the values in target ini file 3. install a plugin e.g. IniAdminPlugin > > 2. I also want to add config in database for every product, I find table > "bloodhound_productconfig" but I'm not find any method for inserting config > into the table. > > Could you tell me where can I find the insert method? Or should I > implement it by myself? > > > This should be option (1) mentioned above . > I was hoping that someone with better knowledge of that area will answer > so sorry for the delay. > > Somehow I did not notice this message arrived . Sorry for the delay . [...] -- Regards Apache(tm) Bloodhound contributor http://issues.apache.org/bloodhound http://blood-hound.net Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article:
