Skip to content

Commit

Permalink
[INLONG-10034][Manager] Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
fuweng11 committed Apr 22, 2024
1 parent a939762 commit f75ac10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public class AuditServiceImpl implements AuditService {

@Value("${audit.query.source}")
private String auditQuerySource;
@Value("${audit.query.url:http://127.0.0.1}")
@Value("${audit.query.url:http://127.0.0.1:10080}")
private String auditQueryUrl;

@Autowired
Expand Down

0 comments on commit f75ac10

Please sign in to comment.