From 51a20a12d6944fae9463759362f16eb1965e126c Mon Sep 17 00:00:00 2001 From: koogua Date: Sat, 22 May 2021 09:35:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5xs.question.ini?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + config/xs.question.ini | 75 ------------------------------------------ 2 files changed, 1 insertion(+), 75 deletions(-) delete mode 100644 config/xs.question.ini diff --git a/.gitignore b/.gitignore index c04377d5..4c078d24 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /config/config.php /config/xs.course.ini /config/xs.article.ini +/config/xs.question.ini /config/xs.group.ini /config/xs.user.ini /config/alipay/*.crt diff --git a/config/xs.question.ini b/config/xs.question.ini deleted file mode 100644 index d591a1f6..00000000 --- a/config/xs.question.ini +++ /dev/null @@ -1,75 +0,0 @@ -project.name = question -project.default_charset = UTF-8 - -server.index = 8383 -server.search = 8384 - -[id] -type = id - -[title] -type = title - -[cover] -type = string - -[summary] -type = body - -[category_id] -type = string -index = self -tokenizer = full - -[owner_id] -type = string -index = self -tokenizer = full - -[create_time] -type = string - -[last_reply_time] -type = string - -[tags] -type = string - -[category] -type = string - -[owner] -type = string - -[last_replier] -type = string - -[last_answer] -type = string - -[accept_answer] -type = string - -[bounty] -type = string - -[anonymous] -type = string - -[solved] -type = string - -[view_count] -type = string - -[like_count] -type = string - -[answer_count] -type = string - -[comment_count] -type = string - -[favorite_count] -type = string \ No newline at end of file