Skip to content

Commit 9b70f95

Browse files
authored
Merge pull request #43 from cipherstash/update-xorm-example
Update .envrc.example now that MLP is the default
2 parents b0ef108 + b7f5de5 commit 9b70f95

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

cipherstash-proxy/docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

languages/go/xorm/.envrc.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ export CS_DATABASE__PASSWORD=postgres
1717
export CS_DATABASE__NAME=gotest
1818
export CS_DATABASE__HOST=localhost
1919
export CS_TEST_ON_CHECKOUT=true
20-
export CS_STATEMENT_HANDLER=mylittleproxy

languages/go/xorm/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
3635
networks:

languages/python/jupyter_notebook/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)