Updated default configuration

This commit is contained in:
2023-08-25 19:12:29 +02:00
parent e697a54332
commit 948eeb1d31
2 changed files with 7 additions and 25 deletions

View File

@@ -21,28 +21,8 @@ Create copy of config and edit following values:
cp config.ini.default config.ini cp config.ini.default config.ini
``` ```
```ini
[SSH]
host=
user=
[FILES]
remote=
local=
[LOGGER]
CH_LEVEL=INFO
[ELASTIC]
host=
port=
ssl=
api_key=
```
## Run ## Run
```bash ```bash
python3 src/transatlanticTorrentExpress.py python3 transatlanticTorrentExpress.py
``` ```

View File

@@ -1,15 +1,17 @@
[SSH] [SATELLITE]
path=
host= host=
user= user=
remove=True
[FILES] [LOCAL]
remote= path=
local=
[LOGGER] [LOGGER]
CH_LEVEL=INFO CH_LEVEL=INFO
[ELASTIC] [ELASTIC]
enabled=False
host= host=
port= port=
ssl= ssl=