Compare commits

..

4 Commits

Author SHA1 Message Date
198f25277b Update 'phpInterface/shoppingListConfig.php'
Added Mysql SSL
2022-03-15 13:03:27 +01:00
78b35b84f2 Update 'phpInterface/shoppingList.php'
Added Mysql SSL
2022-03-15 13:02:42 +01:00
f7c470f5a1 Upload files to 'phpInterface'
Preselect product that has just been added.
2021-05-13 14:51:36 +02:00
6d828fe56e Error display deactivated. 2021-05-09 23:21:14 +02:00
2 changed files with 1904 additions and 1900 deletions

File diff suppressed because it is too large Load Diff

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.
}
?>