File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ services:
55 ports :
66 - 6432:6432
77 environment :
8- - CS_STATEMENT_HANDLER=mylittleproxy
98 - LOG_LEVEL=debug
109 volumes :
1110 - ./cipherstash-proxy.toml:/etc/cipherstash-proxy/cipherstash-proxy.toml
Original file line number Diff line number Diff line change @@ -17,4 +17,3 @@ export CS_DATABASE__PASSWORD=postgres
1717export CS_DATABASE__NAME=gotest
1818export CS_DATABASE__HOST=localhost
1919export CS_TEST_ON_CHECKOUT=true
20- export CS_STATEMENT_HANDLER=mylittleproxy
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ services:
3030 CS_DATABASE__PASSWORD : postgres
3131 CS_DATABASE__NAME : gotest
3232 CS_DATABASE__HOST : postgres
33- CS_STATEMENT_HANDLER : mylittleproxy
3433 networks :
3534 - my-network
3635networks :
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ services:
2929 CS_DATABASE__PASSWORD : postgres
3030 CS_DATABASE__NAME : cipherstash_getting_started
3131 CS_DATABASE__HOST : cipherstash_getting_started_pg
32- CS_STATEMENT_HANDLER : mylittleproxy
3332 networks :
3433 - cipherstash_getting_started_nw
3534
You can’t perform that action at this time.
0 commit comments