You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
471 B

<?php
/**
* This is an example secure_sqlconf.php provided for reference.
* After configuring the MySQL user 'secure' with password 'securepassword'
* as described in the HOWTO guide putting this file in "sites/<sitename>
* will make OpenEMR use these credentials when accessing password related tables
*/
$secure_host = 'localhost';
$secure_port = '3306';
$secure_login = 'secure';
$secure_pass = 'securepassword';
$secure_dbase = 'openemr';