Skip to content

Commit eddf35c

Browse files
committed
test: using ssl true for db (should fail)
1 parent 2976c2f commit eddf35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
:password #or [#env DB_PASS "postgres"]
1010
:host #or [#env DB_HOST "localhost"]
1111
:port #or [#env DB_PORT 5432]
12-
:useSSL false}
12+
:useSSL true}
1313

1414
:db-docs {:dir #or [#env DB_DOCS_DIR "target"]
1515
:url #or [#env DB_DOCS_URL "https://github.com/clj-codes/docs.extractor/releases/download"]

0 commit comments

Comments
 (0)