Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cipherstash-proxy/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
ports:
- 6432:6432
environment:
- CS_STATEMENT_HANDLER=mylittleproxy
- LOG_LEVEL=debug
volumes:
- ./cipherstash-proxy.toml:/etc/cipherstash-proxy/cipherstash-proxy.toml
Expand Down
1 change: 0 additions & 1 deletion languages/go/xorm/.envrc.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ export CS_DATABASE__PASSWORD=postgres
export CS_DATABASE__NAME=gotest
export CS_DATABASE__HOST=localhost
export CS_TEST_ON_CHECKOUT=true
export CS_STATEMENT_HANDLER=mylittleproxy
1 change: 0 additions & 1 deletion languages/go/xorm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ services:
CS_DATABASE__PASSWORD: postgres
CS_DATABASE__NAME: gotest
CS_DATABASE__HOST: postgres
CS_STATEMENT_HANDLER: mylittleproxy
networks:
- my-network
networks:
Expand Down
1 change: 0 additions & 1 deletion languages/python/jupyter_notebook/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ services:
CS_DATABASE__PASSWORD: postgres
CS_DATABASE__NAME: cipherstash_getting_started
CS_DATABASE__HOST: cipherstash_getting_started_pg
CS_STATEMENT_HANDLER: mylittleproxy
networks:
- cipherstash_getting_started_nw

Expand Down