f8d1713a12
Add optional ONSALE_ROBLOSECURITY_TOKEN and ONSALE_PUBLISHER_USER_ID env vars to use a different Roblox account for putting items on sale. Falls back to the upload account when not set. Update README with new config options and API endpoint docs.
17 lines
389 B
Bash
17 lines
389 B
Bash
TARGET_ID=
|
|
VALID_API_KEY=
|
|
ROBLOSECURITY_TOKEN=
|
|
PUBLISHER_USER_ID=
|
|
DISCORD_WEBHOOK_URL=
|
|
|
|
# Optional: Separate account for onsaling (defaults to upload account if not set)
|
|
ONSALE_ROBLOSECURITY_TOKEN=
|
|
ONSALE_PUBLISHER_USER_ID=
|
|
|
|
# Optional: Proxy for Roblox APIs (e.g., roproxy.com)
|
|
ROBLOX_PROXY=
|
|
|
|
# Optional: Retry configuration (in seconds)
|
|
RETRY_INTERVAL_SECONDS=60
|
|
RETRY_DELAY_SECONDS=300
|