You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

appsettings.json 233 B

4 years ago
4 years ago
123456789101112
  1. {
  2. "Logging": {
  3. "IncludeScopes": false,
  4. "LogLevel": {
  5. "Default": "Debug"
  6. }
  7. },
  8. "AppSettings": {
  9. "PulsarUri": "pulsar://localhost:6650",
  10. "PulsarTopic": "persistent://public/default/captesttopic"
  11. }
  12. }