Selaa lähdekoodia

:wrench: APP_KEY

visuddhinanda 2 vuotta sitten
vanhempi
sitoutus
974b9e89c7
1 muutettua tiedostoa jossa 5 lisäystä ja 3 poistoa
  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";
 
 
-?>
+?>