mirror of https://github.com/kevachat/geminiapp
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.
46 lines
780 B
46 lines
780 B
9 months ago
|
{
|
||
|
"kevacoin":
|
||
|
{
|
||
|
"server":
|
||
|
{
|
||
|
"protocol":"http",
|
||
|
"host":"127.0.0.1",
|
||
|
"port":9992,
|
||
|
"username":"",
|
||
|
"password":""
|
||
|
}
|
||
|
},
|
||
|
"gemini":
|
||
|
{
|
||
|
"server":
|
||
|
{
|
||
|
"host":"127.0.0.1",
|
||
|
"port":1965
|
||
|
}
|
||
|
},
|
||
|
"kevachat":
|
||
|
{
|
||
|
"room":
|
||
|
{
|
||
|
"pin":[]
|
||
|
},
|
||
|
"post":
|
||
|
{
|
||
|
"key":
|
||
|
{
|
||
|
"regex":"/^([\\d]+)@([A-z0-9\\.\\:\\[\\]]+)$/"
|
||
|
},
|
||
|
"value":
|
||
|
{
|
||
|
"regex":"/.*/ui"
|
||
|
}
|
||
|
},
|
||
|
"user":
|
||
|
{
|
||
|
"name":
|
||
|
{
|
||
|
"regex":"/^[0-9A-z-]{2,16}$/ui"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|