Advertisement
Guest User

Untitled

a guest
Jan 27th, 2018
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <?php
  2. $db_host = 'localhost';
  3. $db_user = 'root';
  4. $db_password = '';
  5. $db_name = 'part-crm';
  6.  
  7. $db_central_host = 'localhost';
  8. $db_central_user = 'root';
  9. $db_central_password = '';
  10. $db_central_name = 'tickets';
  11.  
  12. $payment_url = 'http://preprod.partcrm.ru/prolong.php';
  13.  
  14. $smtp_host = "185.8.60.206";
  15. $smtp_login = "no-replay@partcrm.ru";
  16. $smtp_password = "S5n5T2y9";
  17. $smtp_from_email = "no-replay@partcrm.ru";
  18. $smtp_from_name = "PartCRM";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement