File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
languages/python/jupyter_notebook Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ services:
22 postgres :
33 container_name : cipherstash_getting_started_pg
44 image : postgres:latest
5+ command : ["postgres", "-c", "log_statement=all"]
56 environment :
67 POSTGRES_USER : postgres
78 POSTGRES_PASSWORD : postgres
@@ -22,14 +23,15 @@ services:
2223 CS_CLIENT_ACCESS_KEY : $CS_CLIENT_ACCESS_KEY
2324 CS_ENCRYPTION__CLIENT_ID : $CS_ENCRYPTION__CLIENT_ID
2425 CS_ENCRYPTION__CLIENT_KEY : $CS_ENCRYPTION__CLIENT_KEY
26+ CS_ENCRYPTION__DATASET_ID : $CS_DATASET_ID
2527 CS_TEST_ON_CHECKOUT : " true"
2628 CS_AUDIT__ENABLED : " false"
2729 CS_DATABASE__PORT : 5432
2830 CS_DATABASE__USERNAME : postgres
2931 CS_DATABASE__PASSWORD : postgres
3032 CS_DATABASE__NAME : cipherstash_getting_started
3133 CS_DATABASE__HOST : cipherstash_getting_started_pg
32- CS_STATEMENT_HANDLER : mylittleproxy
34+ CS_UNSAFE_LOGGING : " true "
3335 networks :
3436 - cipherstash_getting_started_nw
3537
You can’t perform that action at this time.
0 commit comments