appsettings.json 493 B

12345678910111213141516171819
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "Azure": {
  11. "CosmosDB": {
  12. "ConnectionString": "https://192.168.8.192:8081",
  13. "ConnectionKey": "GCe8wmHSRl/3hKUNXW6TfLiNTs3Vw8aBC9LKuma1Q4aUfukYqWb7lO0UCnWAJTeWmbMqU8JsufmIZQ3lk0VIbA==",
  14. "Database": "TEAMModelOS",
  15. "AzureTableDialect": "",
  16. "CollectionThroughput": 400
  17. }
  18. }
  19. }