nerve/data-example.json

29 lines
897 B
JSON
Raw Normal View History

2022-02-23 02:45:33 -05:00
{
2022-03-07 04:24:40 -05:00
"username": "bot",
"password": "hunter2",
"homeserver": "http://localhost:8008",
"faq": {
"header": "# Simple example FAQ",
"questions": [{
"question": "What is the meaning of life?",
2022-03-07 04:24:40 -05:00
"answer": "42.",
"key_phrases": ["meaning", "life"]
2022-02-23 02:45:33 -05:00
},
{
"question": "Who is the coolest pokemon?",
2022-03-07 04:24:40 -05:00
"answer": "Mewtwo! 🐈",
"key_phrases": ["coolest", "pokemon"]
2022-02-23 02:45:33 -05:00
},
{
"question": "What is the coolest programming language?",
2022-03-07 04:24:40 -05:00
"answer": "🐍 python!",
"key_phrases": ["coolest", "programming", "language"]
2022-02-23 02:45:33 -05:00
}
],
2022-03-07 04:24:40 -05:00
"footer": "Brought to you by Nerve\nSee the [code](https://codeberg.org/gabe/Nerve)"
2022-02-23 02:45:33 -05:00
2022-03-07 04:24:40 -05:00
},
2022-05-18 03:59:32 -04:00
"users": {},
"admins": [],
"meetings": []
2022-02-23 02:45:33 -05:00
}