mirror of
https://github.com/YunoHost-Apps/simple-torrent_ynh.git
synced 2024-09-03 20:26:18 +02:00
Update config.json
This commit is contained in:
parent
a60024deb2
commit
f0bb865c6c
1 changed files with 14 additions and 11 deletions
|
@ -1,14 +1,17 @@
|
|||
{
|
||||
|
||||
"NAME": "Torrent Cloud",
|
||||
"AUTH_USER":"__ADMIN__",
|
||||
"AUTH_PASSWORD":"__PASSWORD__",
|
||||
"SEARCH_PROVIDERS_URL":null,
|
||||
"SEARCH_PROVIDERS_URL":"https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt",
|
||||
"AWS_BUCKET": null,
|
||||
"AWS_REGION": null,
|
||||
"AWS_ACCESS_KEY": null,
|
||||
"AWS_SECRET_KEY": null,
|
||||
"MEGA_EMAIL": null,
|
||||
"MEGA_PASS":null
|
||||
|
||||
"MEGA_PASS": null,
|
||||
"SSH_HOST": null,
|
||||
"SSH_USERNAME": null,
|
||||
"SSH_PASSWORD": null,
|
||||
"SSH_PORT": null,
|
||||
"SSH_ROOT": null
|
||||
}
|
Loading…
Add table
Reference in a new issue