diff make_global.py @ 30:7d0e02a13b43

turn off postgres for testing
author drewp@bigasterisk.com
date Mon, 19 Jun 2023 22:21:18 -0700
parents 0f6176ce0b46
children 1d3d12b7cf6d
line wrap: on
line diff
--- a/make_global.py	Mon Jun 19 22:20:00 2023 -0700
+++ b/make_global.py	Mon Jun 19 22:21:18 2023 -0700
@@ -53,11 +53,11 @@
             ],
             'secret': "pomerium/idp"
         },
-        'storage': {
-            'postgres': {
-                'secret': "pomerium/postgres-connection-key"
-            }
-        },
+#        'storage': {
+#            'postgres': {
+#                'secret': "pomerium/postgres-connection-key"
+#            }
+#        },
     }
 }