Changeset - 7d0e02a13b43
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 16 months ago 2023-06-20 05:21:18
drewp@bigasterisk.com
turn off postgres for testing
1 file changed with 5 insertions and 5 deletions:
0 comments (0 inline, 0 general)
make_global.py
Show inline comments
 
@@ -53,11 +53,11 @@ config = {
 
            ],
 
            'secret': "pomerium/idp"
 
        },
 
        'storage': {
 
            'postgres': {
 
                'secret': "pomerium/postgres-connection-key"
 
            }
 
        },
 
#        'storage': {
 
#            'postgres': {
 
#                'secret': "pomerium/postgres-connection-key"
 
#            }
 
#        },
 
    }
 
}
 

	
0 comments (0 inline, 0 general)