wok diff dolibarr/stuff/conf.php @ rev 19497
Up SliTaz projects: cookutils (838), slitaz-base-files (314), tazlito (439 again, seems failure isn't here).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Nov 17 01:33:43 2016 +0200 (2016-11-17) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dolibarr/stuff/conf.php Thu Nov 17 01:33:43 2016 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +<?php 1.5 +# 1.6 +# File generated by Dolibarr installer 3.0.0 on 2011-07-03 17:32:29 1.7 +# 1.8 +# Take a look at conf.php.example file for an example of conf.php file 1.9 +# and explanations for all possibles parameters. 1.10 +# 1.11 +$dolibarr_main_url_root='http://localhost/dolibarr'; 1.12 +$dolibarr_main_document_root='/usr/share/dolibarr/htdocs'; 1.13 +$dolibarr_main_data_root='/var/lib/dolibarr/documents'; 1.14 +$dolibarr_main_db_host='localhost'; 1.15 +$dolibarr_main_db_port=''; 1.16 +$dolibarr_main_db_name='dolibarr'; 1.17 +$dolibarr_main_db_user='dolibarr'; 1.18 +$dolibarr_main_db_pass='dolibarr'; 1.19 +$dolibarr_main_db_type='mysql'; 1.20 +$dolibarr_main_db_character_set='utf8'; 1.21 +$dolibarr_main_db_collation='utf8_general_ci'; 1.22 +$dolibarr_main_authentication='dolibarr'; 1.23 + 1.24 +# Specific settings 1.25 +$dolibarr_main_prod='0'; 1.26 +$dolibarr_nocsrfcheck='0'; 1.27 +$dolibarr_main_force_https='0'; 1.28 +$dolibarr_main_cookie_cryptkey='3d0b47c788fd906624931e35dc9bf072'; 1.29 +$dolibarr_mailing_limit_sendbyweb='0'; 1.30 +?>