rkljw преди 7 месеца
родител
ревизия
30b9198958
променени са 6 файла, в които са добавени 16 реда и са изтрити 10 реда
  1. 3 3
      .env
  2. 0 0
      runtime/container/classes.cache
  3. 0 0
      runtime/container/scan.cache
  4. 1 1
      runtime/hyperf.pid
  5. 6 0
      runtime/logs/hyperf.log
  6. 6 6
      vendor/composer/installed.php

+ 3 - 3
.env

@@ -2,11 +2,11 @@ APP_NAME=user_producer
 APP_ENV=dev
 
 DB_DRIVER=mysql
-DB_HOST=192.168.1.193
-DB_PORT=2333
+DB_HOST=192.168.1.201
+DB_PORT=3307
 DB_DATABASE=hyperf
 DB_USERNAME=root
-DB_PASSWORD=root123
+DB_PASSWORD=123456
 DB_CHARSET=utf8mb4
 DB_COLLATION=utf8mb4_unicode_ci
 DB_PREFIX=

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
runtime/container/classes.cache


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
runtime/container/scan.cache


+ 1 - 1
runtime/hyperf.pid

@@ -1 +1 @@
-105
+5366

+ 6 - 0
runtime/logs/hyperf.log

@@ -356,3 +356,9 @@
 [2024-08-12 06:58:53] sql.INFO: [2.12] select count(*) as aggregate from `ad_place` where (`name` like '%%') [] []
 [2024-08-12 06:58:54] sql.INFO: [15.25] select `ad`.*, `ad_place`.`name` as `place_name`, `ad_place`.`typeid` from `ad` left join `ad_place` on `ad`.`pid` = `ad_place`.`id` where (`ad`.`name` like '%%') order by `id` asc limit 10 offset 0 [] []
 [2024-08-12 06:58:54] sql.INFO: [2.82] select count(*) as aggregate from `ad` where (`ad`.`name` like '%%') [] []
+[2024-09-24 06:03:33] sql.INFO: [50.42] select * from `ad_place` where (`name` like '%%') order by `id` desc limit 10 offset 0 [] []
+[2024-09-24 06:03:33] sql.INFO: [1.56] select count(*) as aggregate from `ad_place` where (`name` like '%%') [] []
+[2024-09-24 06:03:38] sql.INFO: [3.22] select * from `ad_place` where (`name` like '%%') order by `id` desc limit 10 offset 0 [] []
+[2024-09-24 06:03:38] sql.INFO: [1.58] select count(*) as aggregate from `ad_place` where (`name` like '%%') [] []
+[2024-09-24 06:03:44] sql.INFO: [3.4] select * from `ad_place` where (`name` like '%%') order by `id` desc limit 10 offset 0 [] []
+[2024-09-24 06:03:44] sql.INFO: [2] select count(*) as aggregate from `ad_place` where (`name` like '%%') [] []

+ 6 - 6
vendor/composer/installed.php

@@ -1,9 +1,9 @@
 <?php return array(
     'root' => array(
         'name' => 'hyperf/hyperf-skeleton',
-        'pretty_version' => '1.0.0+no-version-set',
-        'version' => '1.0.0.0',
-        'reference' => null,
+        'pretty_version' => 'dev-master',
+        'version' => 'dev-master',
+        'reference' => 'a2cd22fdfc722ab08dafec2797b60ff4815d7f29',
         'type' => 'project',
         'install_path' => __DIR__ . '/../../',
         'aliases' => array(),
@@ -437,9 +437,9 @@
             'dev_requirement' => false,
         ),
         'hyperf/hyperf-skeleton' => array(
-            'pretty_version' => '1.0.0+no-version-set',
-            'version' => '1.0.0.0',
-            'reference' => null,
+            'pretty_version' => 'dev-master',
+            'version' => 'dev-master',
+            'reference' => 'a2cd22fdfc722ab08dafec2797b60ff4815d7f29',
             'type' => 'project',
             'install_path' => __DIR__ . '/../../',
             'aliases' => array(),

Някои файлове не бяха показани, защото твърде много файлове са промени