1
0
Fork 0
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:
Éric Gaspar 2024-06-19 11:58:16 +02:00
parent a60024deb2
commit f0bb865c6c

View file

@ -1,14 +1,17 @@
{ {
"NAME": "Torrent Cloud",
"NAME":"Torrent Cloud",
"AUTH_USER":"__ADMIN__", "AUTH_USER":"__ADMIN__",
"AUTH_PASSWORD":"__PASSWORD__", "AUTH_PASSWORD":"__PASSWORD__",
"SEARCH_PROVIDERS_URL":null, "SEARCH_PROVIDERS_URL":"https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt",
"AWS_BUCKET":null, "AWS_BUCKET": null,
"AWS_REGION":null, "AWS_REGION": null,
"AWS_ACCESS_KEY":null, "AWS_ACCESS_KEY": null,
"AWS_SECRET_KEY":null, "AWS_SECRET_KEY": null,
"MEGA_EMAIL":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
}