Explorar el Código

调整

develop
H Vs hace 10 meses
padre
commit
c990854358
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      TelpoKafkaConsole.WebApi/appsettings.Development.json
  2. +1
    -1
      TelpoKafkaConsole.WebApi/appsettings.test.json

+ 1
- 1
TelpoKafkaConsole.WebApi/appsettings.Development.json Ver fichero

@@ -7,7 +7,7 @@
},
"ServiceConfig": {
"KafkaServerAddress": "k0.id.gdssjl.com:9094",
"KafkaServerPEMLocation": "C:\\Users\\vsoni\\source\\repos\\TelpoKafkaConsole\\pem\\ca-root-test.pem",
"KafkaServerPEMLocation": "C:\\Users\\vsoni\\source\\repos\\TelpoKafkaConsole\\pem\\ca-root-test.pem"
//"TopicPartitionsNum": 1

}


+ 1
- 1
TelpoKafkaConsole.WebApi/appsettings.test.json Ver fichero

@@ -7,6 +7,6 @@
},
"ServiceConfig": {
"KafkaServerAddress": "k0.id.gdssjl.com:9094",
"KafkaServerLocation": "pem/ca-root-test.pem"
"KafkaServerPEMLocation": "pem/ca-root-test.pem"
}
}

Cargando…
Cancelar
Guardar