Compare commits

..

No commits in common. "master" and "development" have entirely different histories.

2 changed files with 1900 additions and 1904 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,6 @@
public static $mysqlpw = 'somePassword'; //Password public static $mysqlpw = 'somePassword'; //Password
public static $mysqldb = 'shoppingList'; //Database public static $mysqldb = 'shoppingList'; //Database
public static $mysqlPort = 3306; 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. 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.
} }
?> ?>