Hello i love the work you have done on here but i have a little problem figuring out how to add a sencond user ,
I have a second users secondusr.json in the profile folder but i have no clue where to put the sencond users credentials files
i think my config.js file is correct
profiles: {
“default” : { // profile name.
profileFile: “default.json”, // profile file name.
lang: “en-US”
//currently available (estimation, not all tested):
// de-DE, en-AU, en-CA, en-GB, en-US, en-IN
// fr-CA, fr-FR, it-IT, ja-JP, es-ES, es-MX, ko-KR, pt-BR
// https://developers.google.com/assistant/sdk/reference/rpc/languages
},
// Add your other profiles here, if exists.
“other_profile” : {
profileFile: “secondusr.json”,
lang: “en-US”
}
},
Hello i love the work you have done on here but i have a little problem figuring out how to add a sencond user , I have a second users secondusr.json in the profile folder but i have no clue where to put the sencond users credentials files
i think my config.js file is correct profiles: { “default” : { // profile name. profileFile: “default.json”, // profile file name. lang: “en-US” //currently available (estimation, not all tested): // de-DE, en-AU, en-CA, en-GB, en-US, en-IN // fr-CA, fr-FR, it-IT, ja-JP, es-ES, es-MX, ko-KR, pt-BR // https://developers.google.com/assistant/sdk/reference/rpc/languages }, // Add your other profiles here, if exists. “other_profile” : { profileFile: “secondusr.json”, lang: “en-US” } },
0