12345678910111213 |
- {
- "ConnectionStrings": {
- "DefaultConnection": "server=dmatter.net;port=3306;database=documents;uid=promsystem;password=PrmSystem212"
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*"
- }
|