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:
2
2
postgres :
3
3
container_name : cipherstash_getting_started_pg
4
4
image : postgres:latest
5
+ command : ["postgres", "-c", "log_statement=all"]
5
6
environment :
6
7
POSTGRES_USER : postgres
7
8
POSTGRES_PASSWORD : postgres
@@ -22,14 +23,15 @@ services:
22
23
CS_CLIENT_ACCESS_KEY : $CS_CLIENT_ACCESS_KEY
23
24
CS_ENCRYPTION__CLIENT_ID : $CS_ENCRYPTION__CLIENT_ID
24
25
CS_ENCRYPTION__CLIENT_KEY : $CS_ENCRYPTION__CLIENT_KEY
26
+ CS_ENCRYPTION__DATASET_ID : $CS_DATASET_ID
25
27
CS_TEST_ON_CHECKOUT : " true"
26
28
CS_AUDIT__ENABLED : " false"
27
29
CS_DATABASE__PORT : 5432
28
30
CS_DATABASE__USERNAME : postgres
29
31
CS_DATABASE__PASSWORD : postgres
30
32
CS_DATABASE__NAME : cipherstash_getting_started
31
33
CS_DATABASE__HOST : cipherstash_getting_started_pg
32
- CS_STATEMENT_HANDLER : mylittleproxy
34
+ CS_UNSAFE_LOGGING : " true "
33
35
networks :
34
36
- cipherstash_getting_started_nw
35
37
You can’t perform that action at this time.
0 commit comments