Browse Source

Merge pull request #686 from visuddhinanda/laravel

🔧 add RPC_SERVER to .env.example
visuddhinanda 4 years ago
parent
commit
dff69f3938
2 changed files with 6 additions and 4 deletions
  1. 1 0
      .env.example
  2. 5 4
      change-logs.md

+ 1 - 0
.env.example

@@ -55,6 +55,7 @@ PUSHER_APP_CLUSTER=mt1
 MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
 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"

+ 5 - 4
change-logs.md

@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - .env -> /.env in .gitignore
 - rename public/app/table.php to table.config.php
 - rename public/app/dir.php to dir.config.php
-- add ASSETS_SERVER to .env.sample
+- add ASSETS_SERVER to .env.example
 - add ASSETS_SERVER to /public/app/config.sample.js
 
 ## [1.0.1] - 2022-01-14
@@ -23,12 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [1.0.2] - 2022-01-15
 
-- add HELP_SERVER to .env.sample /public/app/config.sample.js /public/app/config.sample.php
-- add GRAMMAR_SERVER to .env.sample /public/app/config.sample.js /public/app/config.sample.php
+- add HELP_SERVER to .env.example /public/app/config.sample.js /public/app/config.sample.php
+- add GRAMMAR_SERVER to .env.example /public/app/config.sample.js /public/app/config.sample.php
 
 ## [1.0.3] - 2022-01-16
 
 - remove WWW_DOMAIN_PROTOCOL WWW_DOMAIN_NAME from config.sample.php
 - rename RPC_DOMAIN_NAME -> RPC_SERVER in config.sample.php
 - remove WWW_DOMAIN_NAME  from config.sample.js
-- rename RPC_DOMAIN_NAME -> RPC_SERVER in config.sample.js
+- rename RPC_DOMAIN_NAME -> RPC_SERVER in config.sample.js
+- add RPC_SERVER to .env.example