rkljw 9 månader sedan
förälder
incheckning
49cd15e7d8
3 ändrade filer med 21 tillägg och 4 borttagningar
  1. 17 0
      .env
  2. 2 2
      vendor/composer/autoload_classmap.php
  3. 2 2
      vendor/composer/autoload_static.php

+ 17 - 0
.env

@@ -0,0 +1,17 @@
+APP_NAME=user_producer
+APP_ENV=dev
+
+DB_DRIVER=mysql
+DB_HOST=192.168.31.193
+DB_PORT=2333
+DB_DATABASE=hyperf
+DB_USERNAME=root
+DB_PASSWORD=root123
+DB_CHARSET=utf8mb4
+DB_COLLATION=utf8mb4_unicode_ci
+DB_PREFIX=
+
+REDIS_HOST=localhost
+REDIS_AUTH=(null)
+REDIS_PORT=6379
+REDIS_DB=0

+ 2 - 2
vendor/composer/autoload_classmap.php

@@ -481,8 +481,8 @@ return array(
     'Hamcrest\\Type\\IsString' => $vendorDir . '/hamcrest/hamcrest-php/hamcrest/Hamcrest/Type/IsString.php',
     'Hamcrest\\Util' => $vendorDir . '/hamcrest/hamcrest-php/hamcrest/Hamcrest/Util.php',
     'Hamcrest\\Xml\\HasXPath' => $vendorDir . '/hamcrest/hamcrest-php/hamcrest/Hamcrest/Xml/HasXPath.php',
-    'HyperfTest\\Cases\\ExampleTest' => $baseDir . '/test/Cases/ExampleTest.php',
-    'HyperfTest\\HttpTestCase' => $baseDir . '/test/HttpTestCase.php',
+    'vendor\\test\\Cases\\ExampleTest' => $baseDir . '/test/Cases/ExampleTest.php',
+    'vendor\\test\\HttpTestCase' => $baseDir . '/test/HttpTestCase.php',
     'Hyperf\\Cache\\AnnotationManager' => $vendorDir . '/hyperf/cache/src/AnnotationManager.php',
     'Hyperf\\Cache\\Annotation\\CacheAhead' => $vendorDir . '/hyperf/cache/src/Annotation/CacheAhead.php',
     'Hyperf\\Cache\\Annotation\\CacheEvict' => $vendorDir . '/hyperf/cache/src/Annotation/CacheEvict.php',

+ 2 - 2
vendor/composer/autoload_static.php

@@ -1165,8 +1165,8 @@ class ComposerStaticInit88f2a4d4a4e81dc7d415bcdf39930654
         'Hamcrest\\Type\\IsString' => __DIR__ . '/..' . '/hamcrest/hamcrest-php/hamcrest/Hamcrest/Type/IsString.php',
         'Hamcrest\\Util' => __DIR__ . '/..' . '/hamcrest/hamcrest-php/hamcrest/Hamcrest/Util.php',
         'Hamcrest\\Xml\\HasXPath' => __DIR__ . '/..' . '/hamcrest/hamcrest-php/hamcrest/Hamcrest/Xml/HasXPath.php',
-        'HyperfTest\\Cases\\ExampleTest' => __DIR__ . '/../..' . '/test/Cases/ExampleTest.php',
-        'HyperfTest\\HttpTestCase' => __DIR__ . '/../..' . '/test/HttpTestCase.php',
+        'vendor\\test\\Cases\\ExampleTest' => __DIR__ . '/../..' . '/test/Cases/ExampleTest.php',
+        'vendor\\test\\HttpTestCase' => __DIR__ . '/../..' . '/test/HttpTestCase.php',
         'Hyperf\\Cache\\AnnotationManager' => __DIR__ . '/..' . '/hyperf/cache/src/AnnotationManager.php',
         'Hyperf\\Cache\\Annotation\\CacheAhead' => __DIR__ . '/..' . '/hyperf/cache/src/Annotation/CacheAhead.php',
         'Hyperf\\Cache\\Annotation\\CacheEvict' => __DIR__ . '/..' . '/hyperf/cache/src/Annotation/CacheEvict.php',