You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1023 B
JSON

{
"username": "bot",
"password": "hunter2",
"homeserver": "http://localhost:8008",
"easyappointments": {
"token": "secrettoken",
"url": "http://localhost/easyappointments/index.php"
},
"faq": {
"header": "# Simple example FAQ",
"questions": [{
"question": "What is the meaning of life?",
"answer": "42.",
"key_phrases": ["meaning", "life"]
},
{
"question": "Who is the coolest pokemon?",
"answer": "Mewtwo! 🐈",
"key_phrases": ["coolest", "pokemon"]
},
{
"question": "What is the coolest programming language?",
"answer": "🐍 python!",
"key_phrases": ["coolest", "programming", "language"]
}
],
"footer": "Brought to you by Nerve\nSee the [code](https://codeberg.org/gabe/Nerve)"
},
"users": {},
"admins": [],
"meetings": []
}