Files
wanderer/test/manual/api/.env.example
2025-11-12 18:39:21 +00:00

19 lines
519 B
Plaintext

# Example environment file for manual API tests
# Copy this to .env and fill in your values
# Your Wanderer server URL
API_BASE_URL=http://localhost:8000
# Your map's slug (found in the map URL: /your-map-slug)
MAP_SLUG=your-map-slug
# Your map's public API token (found in map settings)
API_TOKEN=your_map_public_api_key_here
# For character_eve_id testing:
# Find a valid character EVE ID from your database
VALID_CHAR_ID=111111111
# Use any non-existent character ID for invalid tests
INVALID_CHAR_ID=999999999