mirror of
https://github.com/kevachat/geminiapp.git
synced 2025-03-13 05:51:39 +00:00
50 lines
880 B
JSON
50 lines
880 B
JSON
{
|
|
"kevacoin":
|
|
{
|
|
"server":
|
|
{
|
|
"protocol":"http",
|
|
"host":"127.0.0.1",
|
|
"port":9992,
|
|
"username":"",
|
|
"password":""
|
|
}
|
|
},
|
|
"gemini":
|
|
{
|
|
"server":
|
|
{
|
|
"host":"127.0.0.1",
|
|
"port":1965
|
|
}
|
|
},
|
|
"kevachat":
|
|
{
|
|
"room":
|
|
{
|
|
"key":
|
|
{
|
|
"regex":"/^[\\w\\s\\._-]{2,64}$/ui"
|
|
},
|
|
"pin":[]
|
|
},
|
|
"post":
|
|
{
|
|
"key":
|
|
{
|
|
"regex":"/^([\\d]+)@([A-z0-9\\.\\:\\[\\]]+)$/"
|
|
},
|
|
"value":
|
|
{
|
|
"regex":"/.*/ui"
|
|
}
|
|
},
|
|
"user":
|
|
{
|
|
"name":
|
|
{
|
|
"regex":"/^[0-9A-z-]{2,16}$/ui"
|
|
}
|
|
}
|
|
}
|
|
} |