# Test Configuration Template # Copy this file to .env.testing and fill in your test credentials # The .env.testing file should be added to .gitignore # Test API Credentials (use sandbox/test credentials only) WANGDIAN_TEST_SID=your_test_sid_here WANGDIAN_TEST_APP_KEY=your_test_app_key_here WANGDIAN_TEST_APP_SECRET=your_test_app_secret_here # Test Environment Settings WANGDIAN_TEST_BASE_URL=https://sandbox.wangdian.cn/openapi2 WANGDIAN_TEST_TIMEOUT=30 WANGDIAN_TEST_DEBUG=true # Integration Test Settings (set to false to skip integration tests) RUN_INTEGRATION_TESTS=false