fix: set default x12 partner for item in billing manager (#7513)
[openemr.git] / Documentation / privileged_db / secure_sqlconf.php
blobf8b24dcdf7e3635c56c2c7b7d6579bbb3281fe0f
1 <?php
3 /**
4 * This is an example secure_sqlconf.php provided for reference.
5 * After configuring the MySQL user 'secure' with password 'securepassword'
6 * as described in the HOWTO guide putting this file in "sites/<sitename>
7 * will make OpenEMR use these credentials when accessing password related tables
8 */
10 $secure_host = 'localhost';
11 $secure_port = '3306';
12 $secure_login = 'secure';
13 $secure_pass = 'securepassword';
14 $secure_dbase = 'openemr';