You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ MAX_DB_ATTEMPTS = "8" # Max number of attempts to connect to the database; defau
67
67
68
68
Obfuscating zero counts is by default switched off. To enable obfuscating zero counts, set the env. variable `OBFUSCATE_ZERO`.
69
69
70
+
To obfuscate BBMRI-ERIC way (using a limited Laplace distribution and rounding to the floor(number of digits)/2 significant digits), set the env. variable `OBFUSCATE_BBMRI_ERIC_WAY`.
71
+
70
72
Optionally, you can provide the `TLS_CA_CERTIFICATES_DIR` environment variable to add additional trusted certificates, e.g., if you have a TLS-terminating proxy server in place. The application respects the `HTTP_PROXY`, `HTTPS_PROXY`, `ALL_PROXY`, `NO_PROXY`, and their respective lowercase equivalents.
71
73
72
74
Log level can be set using the `RUST_LOG` environment variable.
0 commit comments