Added rhasspyMasterUrl to php config.

This commit is contained in:
jens 2021-05-04 11:46:05 +02:00
parent 89f51dab28
commit 84e73a9ec5

View File

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