mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(improvement)(config) remove semantic url in standalone yaml (#258)
Co-authored-by: jolunoluo
This commit is contained in:
@@ -64,7 +64,7 @@ public class SqlParserRemoveHelper {
|
||||
}
|
||||
}
|
||||
|
||||
public static String getConstant(Expression expression){
|
||||
public static String getConstant(Expression expression) {
|
||||
String constant = JsqlConstants.EQUAL_CONSTANT;
|
||||
if (expression instanceof GreaterThanEquals) {
|
||||
constant = JsqlConstants.GREATER_THAN_EQUALS_CONSTANT;
|
||||
|
||||
@@ -26,10 +26,6 @@ authentication:
|
||||
header:
|
||||
key: Authorization
|
||||
|
||||
semantic:
|
||||
url:
|
||||
prefix: http://127.0.0.1:9081
|
||||
|
||||
time:
|
||||
threshold: 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user