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