mirror of
https://github.com/KevinMidboe/transatlanticTorrentExpress.git
synced 2025-10-29 01:40: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
|
||||
```
|
||||
|
||||
```ini
|
||||
[SSH]
|
||||
host=
|
||||
user=
|
||||
|
||||
[FILES]
|
||||
remote=
|
||||
local=
|
||||
|
||||
[LOGGER]
|
||||
CH_LEVEL=INFO
|
||||
|
||||
[ELASTIC]
|
||||
host=
|
||||
port=
|
||||
ssl=
|
||||
api_key=
|
||||
|
||||
```
|
||||
|
||||
## Run
|
||||
|
||||
```bash
|
||||
python3 src/transatlanticTorrentExpress.py
|
||||
python3 transatlanticTorrentExpress.py
|
||||
```
|
||||
@@ -1,15 +1,17 @@
|
||||
[SSH]
|
||||
[SATELLITE]
|
||||
path=
|
||||
host=
|
||||
user=
|
||||
remove=True
|
||||
|
||||
[FILES]
|
||||
remote=
|
||||
local=
|
||||
[LOCAL]
|
||||
path=
|
||||
|
||||
[LOGGER]
|
||||
CH_LEVEL=INFO
|
||||
|
||||
[ELASTIC]
|
||||
enabled=False
|
||||
host=
|
||||
port=
|
||||
ssl=
|
||||
|
||||
Reference in New Issue
Block a user