From b9bd649a7ca6b470c9ece8834601baa82472e60b Mon Sep 17 00:00:00 2001 From: Kisoo Han Date: Mon, 27 Apr 2020 11:58:54 +0900 Subject: [PATCH] [CBRD-23639] Change cubrid_broker.conf for SSL --- conf/cubrid_broker.conf | 2 ++ cubrid_broker.conf | 51 ----------------------------------------- 2 files changed, 2 insertions(+), 51 deletions(-) delete mode 100644 cubrid_broker.conf diff --git a/conf/cubrid_broker.conf b/conf/cubrid_broker.conf index 5fce4ad574a..8499ec4b51e 100644 --- a/conf/cubrid_broker.conf +++ b/conf/cubrid_broker.conf @@ -22,6 +22,7 @@ ADMIN_LOG_FILE =log/broker/cubrid_broker.log [%query_editor] SERVICE =ON +SSL =ON BROKER_PORT =30000 MIN_NUM_APPL_SERVER =5 MAX_NUM_APPL_SERVER =40 @@ -36,6 +37,7 @@ CCI_DEFAULT_AUTOCOMMIT =ON [%BROKER1] SERVICE =ON +SSL =ON BROKER_PORT =33000 MIN_NUM_APPL_SERVER =5 MAX_NUM_APPL_SERVER =40 diff --git a/cubrid_broker.conf b/cubrid_broker.conf deleted file mode 100644 index 8499ec4b51e..00000000000 --- a/cubrid_broker.conf +++ /dev/null @@ -1,51 +0,0 @@ - -# -# Copyright (C) 2008 Search Solution Corporation. All rights reserved by Search Solution. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA -# - -[broker] -MASTER_SHM_ID =30001 -ADMIN_LOG_FILE =log/broker/cubrid_broker.log - -[%query_editor] -SERVICE =ON -SSL =ON -BROKER_PORT =30000 -MIN_NUM_APPL_SERVER =5 -MAX_NUM_APPL_SERVER =40 -APPL_SERVER_SHM_ID =30000 -LOG_DIR =log/broker/sql_log -ERROR_LOG_DIR =log/broker/error_log -SQL_LOG =ON -TIME_TO_KILL =120 -SESSION_TIMEOUT =300 -KEEP_CONNECTION =AUTO -CCI_DEFAULT_AUTOCOMMIT =ON - -[%BROKER1] -SERVICE =ON -SSL =ON -BROKER_PORT =33000 -MIN_NUM_APPL_SERVER =5 -MAX_NUM_APPL_SERVER =40 -APPL_SERVER_SHM_ID =33000 -LOG_DIR =log/broker/sql_log -ERROR_LOG_DIR =log/broker/error_log -SQL_LOG =ON -TIME_TO_KILL =120 -SESSION_TIMEOUT =300 -KEEP_CONNECTION =AUTO -CCI_DEFAULT_AUTOCOMMIT =ON