Skip to content

Commit

Permalink
Merge tag 'v2.3.5' into develop
Browse files Browse the repository at this point in the history
v2.3.5
  • Loading branch information
ambroisemaupate committed May 31, 2024
2 parents 3401db8 + 5ffecbc commit 851d28e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to project will be documented in this file.

## [2.3.5](https://github.com/roadiz/skeleton/compare/v2.3.4...v2.3.5) - 2024-05-31

### Features

- Use Redis for session storage in production - ([b7932d3](https://github.com/roadiz/skeleton/commit/b7932d3021d1a2509f7330da47342ff19c77e3f9)) - Ambroise Maupate

## [2.3.4](https://github.com/roadiz/skeleton/compare/v2.3.3...v2.3.4) - 2024-05-29

### Features
Expand Down
3 changes: 3 additions & 0 deletions config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ when@test:

when@prod:
framework:
# Use Redis for session storage in production
session:
handler_id: '%env(string:REDIS_DSN)%'
php_errors:
# E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
log: 22519

0 comments on commit 851d28e

Please sign in to comment.