You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/Setup/ENVs/ENVs.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,18 @@ How many milliseconds until a DB connection times out | integer | default `30000
89
89
90
90
How many milliseconds for an incoming connection to wait for a DB connection before getting kicked away | integer | default `10000` (10 sec)
91
91
92
+
#### `DB_SSL=`
93
+
94
+
If the Postgres DB instance is enforcing SSL, set to true to have MMGIS connect to it via SSL | boolean | default `false`
95
+
96
+
#### `DB_SSL_CERT=`
97
+
98
+
If `DB_SSL=true` and if needed, the path to a certificate for ssl | string | default `null`
99
+
100
+
#### `DB_SSL_CERT_BASE64=`
101
+
102
+
Alternatively, if `DB_SSL=true` and if needed, a base64 encoded certificate for ssl. `DB_SSL_CERT_BASE64` will take priority over `DB_SSL_CERT` | string | default `null`
103
+
92
104
#### `CSSO_GROUPS=`
93
105
94
106
A list of CSSO LDAP groups that have access | string[] | default `[]`
0 commit comments