Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

25 righe
509 B

  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AuthOptions": {
  10. "SuperToken": "123456"
  11. },
  12. "JT808MsgConsumerConfig": {
  13. "TopicName": "JT808Msg",
  14. "EnableAutoCommit": true,
  15. "GroupId": "JT808.Notice",
  16. "BootstrapServers": "127.0.0.1:9092"
  17. },
  18. "CorsHosts": [
  19. "http://localhost:8055",
  20. "http://127.0.0.1:5500",
  21. "http://localhost:81",
  22. "http://127.0.0.1:81"
  23. ]
  24. }