Update config example file
This commit is contained in:
parent
4bf1452e86
commit
e5337b5d32
|
@ -1,9 +1,7 @@
|
||||||
module.exports = {
|
export const config = {
|
||||||
config: {
|
"homeserverUrl": "",
|
||||||
"homeserverUrl": "",
|
"accessToken": "",
|
||||||
"accessToken": "",
|
"storageLocation": "bot.json",
|
||||||
"storageLocation": "bot.json",
|
"cryptoFolderLocation": "crypto",
|
||||||
"cryptoFolderLocation": "crypto"
|
"openaiApiKey": "",
|
||||||
"openaiApiKey": "",
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue