diff NewTests/PostgresUpgrades/docker-compose.yml @ 617:6ba2ff41ea52

fxi
author Alain Mazy <am@osimis.io>
date Mon, 05 Feb 2024 14:24:36 +0100
parents a5882a40ccb6
children 8ba9b20ae95f e3d41c4168c3
line wrap: on
line diff
--- a/NewTests/PostgresUpgrades/docker-compose.yml	Mon Feb 05 12:58:24 2024 +0100
+++ b/NewTests/PostgresUpgrades/docker-compose.yml	Mon Feb 05 14:24:36 2024 +0100
@@ -71,7 +71,7 @@
       ORTHANC__POSTGRESQL: |
         {
           "Host": "pg-15",
-          "TransactionMode": "READ COMMITTED"
+          "TransactionMode": "ReadCommitted"
         }
       ORTHANC__AUTHENTICATION_ENABLED: "false"
 
@@ -106,7 +106,7 @@
       ORTHANC__POSTGRESQL: |
         {
           "Host": "pg-9",
-          "TransactionMode": "READ COMMITTED"
+          "TransactionMode": "ReadCommitted"
         }
       ORTHANC__AUTHENTICATION_ENABLED: "false"