26 lines
572 B
JSON
26 lines
572 B
JSON
{
|
|
"RabbitMq": {
|
|
"Host": "",
|
|
"VirtualHost": "/",
|
|
"Username": "",
|
|
"Password": ""
|
|
},
|
|
"TenantDomains": {
|
|
"Enabled": true,
|
|
"PollSeconds": 60,
|
|
"BatchSize": 50,
|
|
"DnsJsonEndpoint": "https://cloudflare-dns.com/dns-query",
|
|
"VerificationRecordPrefix": "_tiku-verification",
|
|
"AllowedCnameTargets": [],
|
|
"GatewayBaseUrl": null,
|
|
"GatewayApiKey": null
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.EntityFrameworkCore": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
}
|
|
}
|