adopting commented examples in config files

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

adopting commented examples in config files

BJ Freeman
I like the way the Apache httpd server has it config files commented.
it give you a example of what should go into the config.
I user the paypal config as an example.

#payment.paypal.notify=http://[yourserver]/ecommerce/control/payPalNotify
payment.paypal.notify=

so the configuration person does not have to hunt down documentation
when implementing these not so apparent configurations.

Reply | Threaded
Open this post in threaded view
|

Re: adopting commented examples in config files

Jacques Le Roux
Administrator
Yes I totally agree, more informations and clearer.

I can help if needed...

Jacques

De : "BJ Freeman" <[hidden email]>

> I like the way the Apache httpd server has it config files commented.
> it give you a example of what should go into the config.
> I user the paypal config as an example.
>
> #payment.paypal.notify=http://[yourserver]/ecommerce/control/payPalNotify
> payment.paypal.notify=
>
> so the configuration person does not have to hunt down documentation
> when implementing these not so apparent configurations.
>