Skip to content

Commit fe583de

Browse files
author
Andrew Theis
committed
Minor cleanup and code doc comment improvement
1 parent 792778c commit fe583de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/PostgreSQL/Database/PostgreSQLDatabaseConfig.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ public struct PostgreSQLDatabaseConfig {
2424
/// Optional password to use for authentication.
2525
public let password: String?
2626

27-
/// Optional TLSConfiguration. Set this if your PostgreSQL server requires an SSL configuration
27+
/// Optional TLSConfiguration. Set this if your PostgreSQL server requires an SSL connection
28+
/// For paid Heroku Postgres plans, set this to `.forClient(certificateVerification: .none)`
2829
public let tlsConfiguration: TLSConfiguration?
2930

3031
/// Creates a new `PostgreSQLDatabaseConfig`.

contribute_bootstrap.sh

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ echo "💧 exporting docker machine environment..."
55
eval $(docker-machine env default)
66

77
echo "💧 cleaning previous psql containers..."
8-
rm -rf postgres
98
docker stop vapor-psql
109
docker stop vapor-psql-ssl
1110
docker rm vapor-psql

0 commit comments

Comments
 (0)