Mercurial > code > home > repos > pomerium
changeset 30:7d0e02a13b43
turn off postgres for testing
author | drewp@bigasterisk.com |
---|---|
date | Mon, 19 Jun 2023 22:21:18 -0700 |
parents | bd2cbc36bc65 |
children | a8c1e2f028f0 |
files | make_global.py |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
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" +# } +# }, } }