LibBotUniversal/tests/config.json

15 lines
275 B
JSON
Raw Normal View History

2023-08-06 01:25:32 +02:00
{
"locale": "en",
"bot": {
"bot_token": "sample_token"
2025-02-16 17:16:05 +01:00
},
"cache": {
"type": "memcached",
"memcached": {
"uri": "127.0.0.1:11211"
},
"redis": {
"uri": "redis://127.0.0.1:6379/0"
}
2023-08-06 01:25:32 +02:00
}
}