mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-21 04:42:19 -06:00
No public description
PiperOrigin-RevId: 748777998
This commit is contained in:
committed by
hangfei
parent
290058eb05
commit
61d4be2d76
10
tests/integration/.env.example
Normal file
10
tests/integration/.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user