Update reademe.md

This commit is contained in:
2025-06-22 12:44:50 +02:00
parent dec7dc47e2
commit a80f03463c

View File

@ -102,7 +102,8 @@ This toolkit includes a containerized JupyterLab environment for executing the d
3. **Securely store your network drive access credentials** in the `.env` file by adding the following lines: 3. **Securely store your network drive access credentials** in the `.env` file by adding the following lines:
```plaintext ```plaintext
CIFS_USER=<your-username> CIFS_USER=<your-username>
CIFS_PASS=<your-password> CIFS_PASS=<your-password>
NETWORK_MOUNT=//your-server/your-share
``` ```
**To protect your credentials:** **To protect your credentials:**
- Do not share the .env file with others. - Do not share the .env file with others.