Update config setup
This commit is contained in:
parent
9a4fa5593a
commit
4664c36a2a
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,6 @@
|
||||||
crypto
|
crypto
|
||||||
bot.json
|
bot.json
|
||||||
config.json
|
config.js
|
||||||
main.js
|
main.js
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
|
|
8
config.js.example
Normal file
8
config.js.example
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
module.exports = {
|
||||||
|
config: {
|
||||||
|
"homeserverUrl": "",
|
||||||
|
"accessToken": "",
|
||||||
|
"storageLocation": "bot.json",
|
||||||
|
"cryptoFolderLocation": "crypto"
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"homeserverUrl": "",
|
|
||||||
"accessToken": "",
|
|
||||||
"storageLocation": "bot.json",
|
|
||||||
"cryptoFolderLocation": "crypto"
|
|
||||||
}
|
|
Loading…
Reference in a new issue