Update 'phpInterface/shoppingListConfig.php'

Added Mysql SSL
This commit is contained in:
jens 2022-03-15 13:03:27 +01:00
parent 78b35b84f2
commit 198f25277b
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
public static $mysqlpw = 'somePassword'; //Password
public static $mysqldb = 'shoppingList'; //Database
public static $mysqlPort = 3306;
public static $mysqlSSL = false;
public static $mysqlSslCertificatePath = "/etc/ssl/certs/yourCert.crt";
public static $rhasspyMasterUrl = "http://rhasspy-master:12101"; // URL of your Rhasspy master webpage WITHOUT ending slash. It is required if you want to trigger a retraining.
}
?>