auto-account-machine/browser-automation-ts/.env.example
2025-11-21 17:59:49 +08:00

14 lines
349 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AdsPower配置必需
ADSPOWER_USER_ID=your-profile-id
ADSPOWER_API=http://local.adspower.net:50325
# Windsurf账号信息
WINDSURF_EMAIL=your-email@example.com
WINDSURF_PASSWORD=your-password
WINDSURF_FIRSTNAME=John
WINDSURF_LASTNAME=Doe
# 通用测试账号(可选,作为默认值)
TEST_EMAIL=test@example.com
TEST_PASSWORD=test123