Skip to content

Commit 3b2ed46

Browse files
committed
update variables
1 parent ddb26fb commit 3b2ed46

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.env.example

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ LOG_CHANNEL=stack
88
LOG_LEVEL=debug
99

1010
DB_CONNECTION=mysql
11-
# DB_HOST=127.0.0.1
12-
DB_HOST=mysql
11+
DB_HOST=127.0.0.1
1312
DB_PORT=3306
1413
DB_DATABASE=laravel
1514
DB_USERNAME=root
@@ -21,11 +20,9 @@ QUEUE_CONNECTION=sync
2120
SESSION_DRIVER=file
2221
SESSION_LIFETIME=120
2322

24-
# MEMCACHED_HOST=127.0.0.1
25-
MEMCACHED_HOST=memcached
23+
MEMCACHED_HOST=127.0.0.1
2624

27-
# REDIS_HOST=127.0.0.1
28-
REDIS_HOST=redis
25+
REDIS_HOST=127.0.0.1
2926
REDIS_PASSWORD=null
3027
REDIS_PORT=6379
3128

0 commit comments

Comments
 (0)