diff options
| author | fengweihao <[email protected]> | 2024-11-27 10:40:40 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-11-27 10:40:40 +0800 |
| commit | 43cbb3745f333a83be6123734e0981d548abf771 (patch) | |
| tree | e5ad584c4ae95f95009ea049da16ca3d03ac5e73 /conf | |
| parent | 2cf0db86ea5d522b1f4816814343e0ee9df82d78 (diff) | |
TSG-23921 Tfe uses field instead of attribute and field_name value to remove the attr prefix
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/doh/doh.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/doh/doh.conf b/conf/doh/doh.conf index 1d2c687..ed9920a 100644 --- a/conf/doh/doh.conf +++ b/conf/doh/doh.conf @@ -2,9 +2,9 @@ enable=1 [maat] -table_appid=ATTR_APP_ID -table_qname=ATTR_DOH_QNAME -table_host=ATTR_SERVER_FQDN +table_appid=APP_ID +table_qname=DOH_QNAME +table_host=SERVER_FQDN [kafka] ENTRANCE_ID=0 |
