mirror of
https://github.com/KevinMidboe/transatlanticTorrentExpress.git
synced 2025-10-29 09:50:21 +00:00
Updated default configuration
This commit is contained in:
22
README.md
22
README.md
@@ -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
|
||||||
```
|
```
|
||||||
@@ -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=
|
||||||
|
|||||||
Reference in New Issue
Block a user