Skip to content

Update .envrc.example now that MLP is the default #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 25, 2024
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