Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6fb0404

Browse files
committedMay 17, 2023
testing forcing rediss
1 parent 72579f5 commit 6fb0404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎bin/stunnel-conf.sh

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ REDIS_URL=${REDIS_URL}@127.0.0.1:6371
2121
export REDIS_URL=$REDIS_URL
2222

2323
STUNNEL_URI=${HEROKU_REDIS_BLUE_URL#*@}
24+
STUNNEL_URI=rediss://${STUNNEL_URI}
2425
export STUNNEL_URI=${STUNNEL_URI}
2526

2627
cat >> /app/vendor/stunnel/stunnel.conf << EOFEOF

0 commit comments

Comments
 (0)
This repository has been archived.