dever 6 سال پیش
والد
کامیت
a3bc6e197d
1فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 2 4
      config/env/localhost/default.php

+ 2 - 4
config/env/localhost/default.php

@@ -37,12 +37,10 @@ $config['host'] = array
     'uploadRes'     => $uploadcdn . 'upload/',
     'uploadRes'     => $uploadcdn . 'upload/',
     'project' => array
     'project' => array
     (
     (
-    	/*
+        'upload' => array
-        'passport' => array
         (
         (
-            'path' => $host. 'user/passport/?',
+            'path' => $host. 'upload/upload/?',
         ),
         ),
-        */
     ),
     ),
 );
 );
 return $config;
 return $config;