DocSpace-buildtools/config/apisystem.json

53 lines
1.0 KiB
JSON
Raw Normal View History

2023-10-02 10:16:45 +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": ""
}
},
2024-06-04 10:07:00 +00:00
"hcaptcha" : {
"private-key" : ""
},
2023-10-02 10:16:45 +00:00
"auth" : {
"allowskip" : {
"default" : false,
2024-03-25 08:21:10 +00:00
"registerportal": false
2023-10-02 10:16:45 +00:00
}
},
"ConnectionStrings": {
"default": {
"name": "default",
"connectionString": "Server=localhost;Database=docspace;User ID=dev;Password=dev;Pooling=true;Character Set=utf8;AutoEnlist=false;SSL Mode=none;AllowPublicKeyRetrieval=True;ConnectionReset=false",
"providerName": "MySql.Data.MySqlClient"
}
},
"quota": {
"id": -3
},
"max-attempts-count" : 10
2022-10-14 14:52:00 +00:00
}