Laravel migrate wbw
@@ -48,12 +48,6 @@ define("Redis",[
"password" => "",
"prefix"=>"aaa://"
]);
-
-# 雪花id
-define("SnowFlake",[
- "DatacenterId"=>1,
- "WorkerId"=>1
-]);
#目录设置,不能更改
require_once __DIR__."/config.dir.php";
@@ -1,4 +1,4 @@
-<?php
+<?php
//查询参考字典
include("../log/pref_log.php");
require_once __DIR__.'/../config.php';