appsettings.json 362 B

12345678910111213141516
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Warning"
  5. }
  6. },
  7. "AllowedHosts": "*",
  8. //Êý¾Ý¿âÅäÖÃ
  9. "Azure": {
  10. "CosmosDBConnection": {
  11. "AccountEndpoint": "https://localhost:8081",
  12. "AccountKey": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==",
  13. "AccountName": "Activity_oa"
  14. }
  15. }
  16. }