From ffa940d3d3be267c76d3b7e3954a9562ea9a6975 Mon Sep 17 00:00:00 2001 From: fumingwei Date: Sat, 8 May 2021 14:19:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4main=20conf=E4=B8=AD=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/firewall/templates/main.conf.j2 | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/roles/firewall/templates/main.conf.j2 b/roles/firewall/templates/main.conf.j2 index 4084838..c043af2 100644 --- a/roles/firewall/templates/main.conf.j2 +++ b/roles/firewall/templates/main.conf.j2 @@ -70,26 +70,3 @@ LOG_LEVEL={{ tsg_master_log_level }} LOG_PATH="./tsglog/tsg_master" POLICY_PRIORITY_LABEL="POLICY_PRIORITY" DEVICE_ID_COMMAND="hostname | awk -F'-' '{print $3}'| awk -F'adc' '{print $2}'" - - -#[HOS_CONF] -#hos_serverip="{{ hos_serverip }}" -#hos_serverport={{ hos_serverport }} -#hos_accesskeyid="{{ hos_accesskeyid }}" -#hos_secretkey="{{ hos_secretkey }}" -#hos_poolsize={{ hos_poolsize }} -#hos_thread_sum={{ hos_thread_sum }} -#hos_cache_size={{ hos_cache_size }} -#hos_fs2_serverip="{{ hos_fs2_serverip }}" -#hos_fs2_serverport={{ hos_fs2_serverport }} - -#[APP_SKETCH_LOCAL] -#LOG_LEVEL={{ APP_SKETCH_LOG_LEVEL }} -#LOG_PATH="{{ APP_SKETCH_LOG_PATH }}" -#L7_PROTOCOL_LABEL="{{ APP_SKETCH_L7_PROTOCOL_LABEL }}" - -#[APP_SKETCH_FEEDBACK] -#QOS={{ APP_SKETCH_QOS }} -#PUBLISH_TOPIC="{{ APP_SKETCH_PUBLISH_TOPIC }}" -#CLIENT_ID= -#BROKER_LIST="{{ APP_SKETCH_BROKER_LIST }}"