Skip to content

Commit 2afcfcc

Browse files
committed
Set DB_SSL to false for config
1 parent 1afef94 commit 2afcfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ DB_DUMP_PATH='/usr/bin'
2323
# --------------------------------------------
2424
# OPTIONAL: SSL DATABASE SETTINGS
2525
# --------------------------------------------
26-
DB_SSL=true
26+
DB_SSL=false
2727
DB_SSL_KEY_PATH=null
2828
DB_SSL_CERT_PATH=null
2929
DB_SSL_CA_PATH=null

0 commit comments

Comments
 (0)