Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d88330b050 |
@@ -97,6 +97,10 @@ class PostgreSQLStateStore implements StateStore {
|
|||||||
max: 5,
|
max: 5,
|
||||||
// Set search_path for compliance schema
|
// Set search_path for compliance schema
|
||||||
options: '-c search_path=compliance,core,public',
|
options: '-c search_path=compliance,core,public',
|
||||||
|
// Accept self-signed certificates (Hetzner PostgreSQL)
|
||||||
|
ssl: connectionString.includes('sslmode=require')
|
||||||
|
? { rejectUnauthorized: false }
|
||||||
|
: false,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user