12345678910111213141516171819 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "Azure": {
- "CosmosDB": {
- "ConnectionString": "https://192.168.8.192:8081",
- "ConnectionKey": "GCe8wmHSRl/3hKUNXW6TfLiNTs3Vw8aBC9LKuma1Q4aUfukYqWb7lO0UCnWAJTeWmbMqU8JsufmIZQ3lk0VIbA==",
- "Database": "TEAMModelOS",
- "AzureTableDialect": "",
- "CollectionThroughput": 400
- }
- }
- }
|