We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43cb105 commit 5d52903Copy full SHA for 5d52903
config.php
@@ -13,8 +13,10 @@
13
$publickey = file_get_contents($_SERVER['DOCUMENT_ROOT'] ."/keys/yggdrasil-public-key.pem"); //公钥文件
14
$privatekey = file_get_contents($_SERVER['DOCUMENT_ROOT'] ."/keys/yggdrasil-private-key.pem"); //私钥文件
15
//外置登录服务器数据库配置//
16
-$host = 'your mysql host'; //数据库地址
+$host = 'host'; //数据库地址
17
$port = 3306; //数据库端口
18
-$user = 'your mysql user'; //数据库用户名
19
-$pass = 'your mysql pass'; //数据库密码
20
-$dbname = 'user database'; //数据库名
+$user = 'user'; //数据库用户名
+$pass = 'pass'; //数据库密码
+$dbname = 'database'; //数据库名
21
+//正版直接登录支持
22
+$mojanglogin = true;
0 commit comments