1557492053 hace 1 año
padre
commit
13c178a64f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      addons/fastchat/config.php

+ 2 - 2
addons/fastchat/config.php

@@ -149,7 +149,7 @@ return [
         'title' => 'ssl证书',
         'type' => 'string',
         'content' => [],
-        'value' => '/www/wwwroot/pbbs/certificate/im/im_ssl.pem',
+        'value' => '/www/wwwroot/billiards-server/certificate/im/im_ssl.pem',
         'rule' => '',
         'tip' => '请填写证书pem或crt文件的绝对路径',
         'ok' => '',
@@ -160,7 +160,7 @@ return [
         'title' => 'ssl证书KEY',
         'type' => 'string',
         'content' => [],
-        'value' => '/www/wwwroot/pbbs/certificate/im/im_ssl.key',
+        'value' => '/www/wwwroot/billiards-server/certificate/im/im_ssl.key',
         'rule' => '',
         'tip' => '请填写证书密匙(key)文件的绝对路径',
         'ok' => '',