dever 6 years ago
parent
commit
a3bc6e197d
1 changed files with 2 additions and 4 deletions
  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/',
     'project' => array
     (
-    	/*
-        'passport' => array
+        'upload' => array
         (
-            'path' => $host. 'user/passport/?',
+            'path' => $host. 'upload/upload/?',
         ),
-        */
     ),
 );
 return $config;