visuddhinanda 2 лет назад
Родитель
Сommit
974b9e89c7
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      public/app/config.sample.php

+ 5 - 3
public/app/config.sample.php

@@ -1,11 +1,13 @@
-<?php 
+<?php
 
 
 #域名设置
 
 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");
+define('APP_KEY','base64:QHiqLcUthgo1V7Hj4UyoFxpCr1UmKJQu4cUr55z5zGc=');
 /*
 电子邮件设置
 PHPMailer
@@ -59,4 +61,4 @@ require_once __DIR__."/config.dir.php";
 require_once __DIR__."/config.table.php";
 
 
-?>
+?>