9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
# Scrapling service URL (default: http://localhost:8765)
|
|
SCRAPLING_SERVICE_URL=http://localhost:8765
|
|
|
|
# Optional API key for the Scrapling service
|
|
SCRAPLING_API_KEY=
|
|
|
|
# Test URL used in integration tests
|
|
SCRAPLING_TEST_URL=https://httpbin.org/html
|