gateway cls topic修改
This commit is contained in:
parent
6899561ed0
commit
9a50d3c2a5
@ -24,7 +24,7 @@ public class LoggingUploadService {
|
|||||||
private String getTopic() {
|
private String getTopic() {
|
||||||
log.info("profileActive: {}", profileActive);
|
log.info("profileActive: {}", profileActive);
|
||||||
if (Objects.equals(profileActive, "prod")) {
|
if (Objects.equals(profileActive, "prod")) {
|
||||||
return "4d467d31-9165-42c6-b80a-2ea23ae7777e";
|
return "45b22e07-3cc4-41e5-944c-ebda65330e39";
|
||||||
}
|
}
|
||||||
|
|
||||||
// if (Objects.equals(profileActive, "dev")) {
|
// if (Objects.equals(profileActive, "dev")) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user