.env.testing.example 580 B

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