# HG changeset patch # User drewp@bigasterisk.com # Date 2023-06-20 05:21:18 # Node ID 7d0e02a13b4379139ee50dd18d8a8f66c4539dd0 # Parent bd2cbc36bc653ae0b1669f2377f7eb62ccd1a034 turn off postgres for testing diff --git a/make_global.py b/make_global.py --- a/make_global.py +++ b/make_global.py @@ -53,11 +53,11 @@ config = { ], 'secret': "pomerium/idp" }, - 'storage': { - 'postgres': { - 'secret': "pomerium/postgres-connection-key" - } - }, +# 'storage': { +# 'postgres': { +# 'secret': "pomerium/postgres-connection-key" +# } +# }, } }