Skip to content
Snippets Groups Projects
Commit be21b1e0 authored by lukas leufen's avatar lukas leufen
Browse files

added short Security section to readme

parent 9e439899
No related branches found
No related tags found
1 merge request!50release for v0.7.0
Pipeline #29547 passed
......@@ -13,3 +13,11 @@ and [Network In Network (Lin et al., 2014)](https://arxiv.org/abs/1312.4400).
* Install __proj__ on your machine using the console. E.g. for opensuse / leap `zypper install proj`
* c++ compiler required for cartopy installation
# Security
* To use hourly data from ToarDB via JOIN interface, a private token is required. Request your personal access token and
add it to `src/join_settings.py` in the hourly data section. Replace the `TOAR_SERVICE_URL` and the `Authorization`
value. To make sure, that this **sensitive** data is not uploaded to the remote server, use the following command to
prevent git from tracking this file: `git update-index --assume-unchanged src/join_settings.py
`
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment