-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (27 loc) · 916 Bytes
/
Copy path.env.example
File metadata and controls
33 lines (27 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copy to .env — never commit real secrets.
PSN_HOME_URL=https://www.playstation.com/
PSN_SIGNIN_URL=https://my.account.sony.com/central/signin/
PSN_SIGNUP_URL=https://www.playstation.com/acct/create-account
# Single account fallback
PSN_EMAIL=
PSN_PASSWORD=
# PSN_ACCOUNTS_FILE=psn-accounts.json
# PSN_ACCOUNTS_JSON=[{"email":"a@b.com","password":"secret"}]
# PSN_STORAGE_DIR=.psn-sessions
# LOGIN_ONLY_INDEX=0
# LOGIN_GAP_MS=800
# LOGIN_ATTEMPTS=3
# LOGIN_RETRY_DELAY_MS=2500
# LANDING_SIGNIN_MAX_WAIT_MS=30000
# LANDING_SIGNIN_RETRY_MS=700
# Login: poll for session instead of sleeping the full signup timeout
# LOGIN_MAX_WAIT_MS=180000
# LOGIN_POLL_MS=900
# Signup: idle hold (ms) — not used by login anymore
# MANUAL_STEP_TIMEOUT_MS=300000
# STORAGE_STATE_PATH=storage-state.json
# PLAYWRIGHT_USER_DATA_DIR=.pw-profile
# BROWSER_CHANNEL=chrome
# CHROME_PROFILE_DIR=Default
# HEADED=0
# SLOW_MO_MS=100