forked from kenzuya/unshackle
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
This commit is contained in:
@@ -56,6 +56,9 @@ credentials:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user