Parent Directory
|
Revision Log
Config option reordering
| 1 | # vim:set syntax=perl: |
| 2 | |
| 3 | $CONFIG = { |
| 4 | 'homedir' => '/home/pinger/echolot', |
| 5 | 'sitename' => 'unconfigured', |
| 6 | |
| 7 | 'my_localpart' => 'pinger', |
| 8 | 'my_domain' => 'example.com', |
| 9 | 'operator_address' => 'remop@example.org', |
| 10 | |
| 11 | 'Pinger::Mix' => { |
| 12 | 'mix' => '/home/pinger/Mix/mix', |
| 13 | 'mixdir' => '/home/pinger/Mix' |
| 14 | }, |
| 15 | |
| 16 | 'seperate_rlists' => 0, |
| 17 | 'combined_list' => 0, |
| 18 | }; |
| 19 | 1; |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |