Parcourir la source

:wrench: remove HELP_SERVER GRAMMAR_SERVER

Bhikkhu-Kosalla il y a 4 ans
Parent
commit
4db33f5814
4 fichiers modifiés avec 9 ajouts et 8 suppressions
  1. 1 2
      .env.example
  2. 7 1
      change-logs.md
  3. 1 3
      public/app/config.sample.js
  4. 0 2
      public/app/config.sample.php

+ 1 - 2
.env.example

@@ -57,8 +57,7 @@ MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
 
 RPC_SERVER="https://rpc.wikipali.org"
 ASSETS_SERVER="https://assets-hk.wikipali.org"
-HELP_SERVER="https://help-hk.wikipali.org"
-GRAMMAR_SERVER="https://grammar-hk.wikipali.org"
+
 
 SNOWFLAKE_DATA_CENTER_ID = 1
 SNOWFLAKE_WORKER_ID = 1

+ 7 - 1
change-logs.md

@@ -45,4 +45,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - add 帮助文件路径 URL_HELP to config.dir.php
 - add 巴利语手册路径 URL_PALI_HANDBOOK to config.dir.php
-- add help & handbook link 
+- add help & handbook link 
+
+## [1.0.6]- 2022-01-27
+
+- remove HELP_SERVER GRAMMAR_SERVER from .env.example
+- remove HELP_SERVER GRAMMAR_SERVER from config.sample.php
+- remove HELP_SERVER GRAMMAR_SERVER from config.sample.php

+ 1 - 3
public/app/config.sample.js

@@ -11,6 +11,4 @@ var RPC_SERVER = "https://rpc.wikipali.org";
   |------------------------
 */
 
-var ASSETS_SERVER = "https://assets-hk.wikipali.org"
-var HELP_SERVER = "https://help-hk.wikipali.org"
-var GRAMMAR_SERVER = "https://grammar-hk.wikipali.org"
+var ASSETS_SERVER = "https://assets-hk.wikipali.org"

+ 0 - 2
public/app/config.sample.php

@@ -5,8 +5,6 @@
 
 define("RPC_SERVER","https://rpc.wikipali.org");
 define("ASSETS_SERVER","https://assets-hk.wikipali.org");
-define("HELP_SERVER","https://help-hk.wikipali.org");
-define("GRAMMAR_SERVER","https://grammar-hk.wikipali.org");
 
 /*
 电子邮件设置