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
|`DISABLE_MIGRATIONS`| Disable the automated database migrations on app startup (default: false)| No|
55
-
|`PG_SSL_CONFIG_ENABLED`| Whether to explicitly use the SSL configuration (default: false)| No|
56
-
|`PG_SSL_REJECT_UNAUTHORIZED`| If true the server will reject any connection which is not authorized with the list of supplied CAs. This option only has an effect if requestCert is true| No|
57
-
|`PG_SSL_REQUEST_CERT`| If true the server will request a certificate from clients that connect and attempt to verify that certificate. Defaults to false| No|
58
-
|`PG_SSL_CA`| Optionally override the trusted CA certificates| No|
59
-
|`PG_SSL_CERT`| Certificate chain in PEM format| No|
|`DISABLE_MIGRATIONS`| Disable the automated database migrations on app startup (default: false)| No|
55
+
|`PG_SSL_CONFIG_ENABLED`| Whether to explicitly use the SSL configuration (default: false)| No|
56
+
|`PG_SSL_REJECT_UNAUTHORIZED`| If true the server will reject any connection which is not authorized with the list of supplied CAs. This option only has an effect if requestCert is true| No|
57
+
|`PG_SSL_REQUEST_CERT`| If true the server will request a certificate from clients that connect and attempt to verify that certificate. Defaults to false| No|
58
+
|`PG_SSL_CA`| Optionally override the trusted CA certificates| No|
59
+
|`PG_SSL_CERT`| Certificate chain in PEM format| No|