We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb26fb commit 3b2ed46Copy full SHA for 3b2ed46
.env.example
@@ -8,8 +8,7 @@ LOG_CHANNEL=stack
8
LOG_LEVEL=debug
9
10
DB_CONNECTION=mysql
11
-# DB_HOST=127.0.0.1
12
-DB_HOST=mysql
+DB_HOST=127.0.0.1
13
DB_PORT=3306
14
DB_DATABASE=laravel
15
DB_USERNAME=root
@@ -21,11 +20,9 @@ QUEUE_CONNECTION=sync
21
20
SESSION_DRIVER=file
22
SESSION_LIFETIME=120
23
24
-# MEMCACHED_HOST=127.0.0.1
25
-MEMCACHED_HOST=memcached
+MEMCACHED_HOST=127.0.0.1
26
27
-# REDIS_HOST=127.0.0.1
28
-REDIS_HOST=redis
+REDIS_HOST=127.0.0.1
29
REDIS_PASSWORD=null
30
REDIS_PORT=6379
31
0 commit comments