Skip to content

Commit 7076c7f

Browse files
committed
Update session and cache configuration
1 parent 922a4c8 commit 7076c7f

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.env.example

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,23 @@ APP_MAINTENANCE_STORE=database
1414

1515
BCRYPT_ROUNDS=12
1616

17-
LOG_CHANNEL=stack
18-
LOG_STACK=single
17+
LOG_CHANNEL=stderr
1918
LOG_DEPRECATIONS_CHANNEL=null
2019
LOG_LEVEL=debug
2120

22-
DB_CONNECTION=sqlite
23-
# DB_HOST=127.0.0.1
24-
# DB_PORT=3306
25-
# DB_DATABASE=laravel
26-
# DB_USERNAME=root
27-
# DB_PASSWORD=
28-
29-
SESSION_DRIVER=database
21+
SESSION_DRIVER=file
3022
SESSION_LIFETIME=120
3123
SESSION_ENCRYPT=false
3224
SESSION_PATH=/
3325
SESSION_DOMAIN=null
26+
SESSION_COOKIE=laravel_session
27+
SESSION_SECURE_COOKIE=null
3428

3529
BROADCAST_CONNECTION=log
3630
FILESYSTEM_DISK=local
37-
QUEUE_CONNECTION=database
31+
QUEUE_CONNECTION=sync
3832

39-
CACHE_STORE=database
33+
CACHE_STORE=file
4034
CACHE_PREFIX=
4135

4236
MEMCACHED_HOST=127.0.0.1

0 commit comments

Comments
 (0)