@@ -29,4 +29,5 @@ class Store
public static $storePath = '';
}
+// 默认系统临时目录下
Store::$storePath = sys_get_temp_dir().'/workerman-demo/';
@@ -3,7 +3,7 @@
debug=1
;日志文件目录
-log_dir=./logs/
+log_dir=../logs/
;应用配置
include=../applications/*/conf.d/*.conf