mirror of https://github.com/kevachat/npsapp.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
2.6 KiB
101 lines
2.6 KiB
7 months ago
|
{
|
||
|
"kevacoin":
|
||
|
{
|
||
|
"server":
|
||
|
{
|
||
|
"protocol":"http",
|
||
|
"host":"127.0.0.1",
|
||
|
"port":9992,
|
||
|
"username":"",
|
||
|
"password":""
|
||
|
}
|
||
|
},
|
||
|
"nps":
|
||
|
{
|
||
|
"server":
|
||
|
{
|
||
|
"host":"127.0.0.1",
|
||
|
"port":1915,
|
||
|
"size":3072,
|
||
|
"line":1024
|
||
|
},
|
||
7 months ago
|
"session":
|
||
|
{
|
||
7 months ago
|
"timeout":3600,
|
||
7 months ago
|
"captcha":
|
||
|
{
|
||
|
"length":3,
|
||
|
"chars":"1234567890",
|
||
|
"dimensions":
|
||
|
{
|
||
|
"width":100,
|
||
|
"height":40
|
||
|
},
|
||
|
"background":
|
||
|
{
|
||
|
"r":0,
|
||
|
"g":0,
|
||
|
"b":0
|
||
|
},
|
||
|
"ascii":
|
||
|
{
|
||
|
"width": 50
|
||
|
}
|
||
|
}
|
||
|
},
|
||
7 months ago
|
"action":
|
||
|
{
|
||
|
"welcome":
|
||
|
{
|
||
|
"message":
|
||
|
[
|
||
7 months ago
|
"\u001b[34m\u001b[1mWelcome to KevaChat!\u001b[0m",
|
||
|
"\u001b[34mEnter captcha to confirm you are human:\u001b[0m"
|
||
7 months ago
|
],
|
||
|
"debug":
|
||
|
{
|
||
|
"enabled":true,
|
||
7 months ago
|
"template":"[{time}] [welcome] {host}:{port} captcha: {code}"
|
||
7 months ago
|
}
|
||
|
},
|
||
|
"pending":
|
||
|
{
|
||
|
"message":
|
||
|
{
|
||
7 months ago
|
"success":
|
||
|
[
|
||
7 months ago
|
"\u001b[34mLooks good, now enter your message:\u001b[0m"
|
||
7 months ago
|
],
|
||
|
"failure":
|
||
|
[
|
||
7 months ago
|
"\u001b[31mSomething went wrong, try again later!\u001b[0m"
|
||
7 months ago
|
]
|
||
7 months ago
|
},
|
||
|
"debug":
|
||
|
{
|
||
|
"enabled":true,
|
||
7 months ago
|
"template":"[{time}] [pending] {host}:{port} captcha: {code} sent: {sent}"
|
||
7 months ago
|
}
|
||
|
},
|
||
|
"handler":
|
||
|
{
|
||
|
"message":
|
||
|
{
|
||
7 months ago
|
"success":
|
||
|
[
|
||
7 months ago
|
"\u001b[32mThanks, your message successfully sent!\u001b[0m"
|
||
7 months ago
|
],
|
||
|
"failure":
|
||
|
[
|
||
7 months ago
|
"\u001b[31mSomething went wrong, please make your feedback!\u001b[0m"
|
||
7 months ago
|
]
|
||
7 months ago
|
},
|
||
|
"debug":
|
||
|
{
|
||
|
"enabled":true,
|
||
7 months ago
|
"template":"[{time}] [handler] {host}:{port} captcha: {code} sent: {sent} length: {size} bytes {data}"
|
||
7 months ago
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|