From c7be94c0fc9aa4cb13d56fe11aff6a63ad2cedf6 Mon Sep 17 00:00:00 2001 From: kenzuyaa Date: Fri, 29 Aug 2025 20:54:34 +0700 Subject: [PATCH] chore(config): add Netflix credentials and comment out wvds directory - Added Netflix service credentials with a default user and password - Commented out the wvds directory in the configuration file - Retained example credentials for reference in comments --- unshackle/unshackle.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/unshackle/unshackle.yaml b/unshackle/unshackle.yaml index 63259b5..6ffd154 100644 --- a/unshackle/unshackle.yaml +++ b/unshackle/unshackle.yaml @@ -55,7 +55,10 @@ credentials: # You can also use list format for passwords with special characters SERVICE_NAME3: default: ["user@email.com", ":PasswordWith:Colons"] - + + Netflix: + default: ["sako.sako1109@gmail.com", "sako1109"] + # default: ["pbgarena0838@gmail.com", "Andhika1978"] # Override default directories used across unshackle directories: cache: Cache @@ -64,7 +67,7 @@ directories: downloads: Downloads logs: Logs temp: Temp - wvds: WVDs + # wvds: WVDs prds: PRDs # Additional directories that can be configured: # commands: Commands