Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. // Lines BELOW should be uncomment for LOCAL Test only
  2. $dolibarr_main_url_root='127.0.0.1/atlanse/OxyFlux/htdocs';
  3. $dolibarr_main_document_root='C:/atlanse/svn/OxyFlux/htdocs';
  4. $dolibarr_main_url_root_alt='http://127.0.0.1/atlanse/OxyFlux/htdocs/custom';
  5. $dolibarr_main_document_root_alt='C:/atlanse/svn/OxyFlux/htdocs/custom';
  6. $dolibarr_main_data_root='C:/atlanse/svn/OxyFlux/documents';
  7. $dolibarr_main_db_port='3306';
  8. $dolibarr_main_db_user='root';
  9. $dolibarr_main_db_pass='root';
  10. // Lines ABOVE should be uncomment for LOCAL Test only
  11.  
  12. $dolibarr_main_db_host='localhost';
  13. $dolibarr_main_db_name='dev_sasprint';
  14. $dolibarr_main_db_prefix='llx_';
  15. $dolibarr_main_db_type='mysqli';
  16. $dolibarr_main_db_character_set='utf8';
  17. $dolibarr_main_db_collation='utf8_general_ci';
  18. $dolibarr_main_authentication='leoueb';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement