16 lines
497 B
JSON
16 lines
497 B
JSON
{
|
|
"address": "127.0.0.1",
|
|
"port": 8080,
|
|
"url": "https://api.end-play.xyz",
|
|
"data_location": "data/",
|
|
"autozoom_location": "AutoZoom/api/",
|
|
"telegram_bot_token": "12345678:asdfghjklzxcvbnm",
|
|
"messages": {
|
|
"key_expired": "API key expired",
|
|
"key_invalid": "Invalid API key",
|
|
"key_valid": "Valid API key",
|
|
"bad_request": "Bad request",
|
|
"ip_blacklisted": "Your IP is blacklisted. Make sure you are using correct API address."
|
|
}
|
|
}
|