DocSpace-buildtools/config/apisystem.dev.json

50 lines
995 B
JSON
Raw Permalink Normal View History

2022-12-09 13:37:19 +00:00
{
"core": {
"base-domain": "localhost",
"machinekey": "your_core_machinekey",
"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",
2023-02-22 10:12:29 +00:00
"connectionString": "Server=onlyoffice-mysql-server;Port=3306;Database=docspace;User ID=onlyoffice_user;Password=onlyoffice_pass;Pooling=true;Character Set=utf8;AutoEnlist=false;SSL Mode=none;ConnectionReset=false",
2022-12-09 13:37:19 +00:00
"providerName": "MySql.Data.MySqlClient"
}
},
"quota": {
"id": -3
}
}