Skip to content

Commit

Permalink
Add REDIS_PASSWORD to custom.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
egorsmkv committed Nov 1, 2024
1 parent 5751409 commit 09fa758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prod/custom.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ display_errors = on
log_errors = true

session.save_handler = redis
session.save_path = "tcp://redis:6379?auth=L2hgheewayei5eechW2"
session.save_path = "tcp://redis:6379?auth=${REDIS_PASSWORD}"

0 comments on commit 09fa758

Please sign in to comment.