DocSpace-buildtools/config/apisystem.json

49 lines
1008 B
JSON
Raw Normal View History

2022-10-14 14:52:00 +00:00
{
"core": {
"base-domain":"localhost",
"machinekey": "1123askdasjklasbnd",
"notify": {
"postman": "log"
},
"payment-partners" : "",
"username" : {
"regex" : "^[\\p{L}\\p{M}' \\-]+$"
}
},
"web": {
"alias" : {
"min" : 3
},
"api-cache": "",
"autotest" : {
"secret-email" : ""
},
"app": {
"keys": ""
}
},
"recaptcha" : {
"required" : false,
"private-key" : {
"default" : "",
"android": "",
"ios": ""
}
},
"auth" : {
"allowskip" : {
"default" : false,
"registerportal": true
}
},
"ConnectionStrings": {
"default": {
"name": "default",
"connectionString": "Server=localhost;Database=onlyoffice;User ID=dev;Password=dev;Pooling=true;Character Set=utf8;AutoEnlist=false;SSL Mode=none;AllowPublicKeyRetrieval=True;ConnectionReset=false",
"providerName": "MySql.Data.MySqlClient"
}
},
2022-10-14 14:55:43 +00:00
"quota": {
"id": -3
}
2022-10-14 14:52:00 +00:00
}