summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorliuchang <[email protected]>2023-03-29 10:49:15 +0000
committerliuchang <[email protected]>2023-03-29 10:49:15 +0000
commit733d0308d3460cc6feb29897f78c9d0490369c92 (patch)
tree260dff9711c2a1d79bdddbab0679ccbbeebac72f /conf
parent54d7bdfd760309474ed2bd13f7940d96fc007451 (diff)
fix init failed
Diffstat (limited to 'conf')
-rw-r--r--conf/shaping.conf2
-rw-r--r--conf/table_info.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/shaping.conf b/conf/shaping.conf
index 5a8adec..6d2763c 100644
--- a/conf/shaping.conf
+++ b/conf/shaping.conf
@@ -10,7 +10,7 @@ APP_SYMBOL="shaping"
[MAAT]
INPUT_MODE=1
-TABLE_INFO="conf/table_info.conf"
+TABLE_INFO="conf/table_info.json"
JSON_FILE="conf/shaping_maat.json"
REDIS_DB_IDX=0
REDIS_IP="127.0.0.1"
diff --git a/conf/table_info.json b/conf/table_info.json
index 55f55ae..ecdb609 100644
--- a/conf/table_info.json
+++ b/conf/table_info.json
@@ -6,7 +6,7 @@
"valid_column": 8,
"custom": {
"key": 1,
- "ley_type": "integer"
+ "key_type": "integer"
}
},
{
@@ -16,7 +16,7 @@
"valid_column": 7,
"custom": {
"key": 1,
- "key_type": "string"
+ "key_type": "pointer"
}
}