1<?php
2
3$conf['title_max_len'] = 100;
4$conf['desc_max_len'] = 1000;
5$conf['date_format'] = 'Y-m-d';
6$conf['numbers_separator'] = '.';
7$conf['fractional_separator'] = ',';
8$conf['cost_max'] = 1000000000;
9$conf['timeline_days_shown'] = 7;
10$conf['entitis'] = 'wewnętrzny';
11