Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. [gdrive]
  2. type = drive
  3. client_id = ***.apps.googleusercontent.com
  4. client_secret = ***
  5. scope = drive
  6. chunk_size = 64M
  7. server_side_across_configs = true
  8. token = {"access_token":"***"}
  9. team_drive = ***
  10.  
  11. [drivecache]
  12. type = cache
  13. remote = gdrive:
  14. plex_url = localhost:32400
  15. plex_username = ***
  16. plex_password = ***
  17. chunk_clean_interval = 5m0s
  18. workers = 6
  19. writes = true
  20. tmp_upload_path = /media/rclonecache
  21. tmp_wait_time = 5m0s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement