mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-13 15:14:50 -06:00
11 lines
311 B
Plaintext
11 lines
311 B
Plaintext
# Copy as .env file and fill your values below to run integration tests.
|
|
|
|
# Choose Backend: GOOGLE_AI_ONLY | VERTEX_ONLY | BOTH (default)
|
|
TEST_BACKEND=BOTH
|
|
|
|
# ML Dev backend config
|
|
GOOGLE_API_KEY=YOUR_VALUE_HERE
|
|
# Vertex backend config
|
|
GOOGLE_CLOUD_PROJECT=YOUR_VALUE_HERE
|
|
GOOGLE_CLOUD_LOCATION=YOUR_VALUE_HERE
|