# Zorveus AI Gateway (Data Plane) credentials
ZORVEUS_INFERENCE_KEY=zrv_live_1234567890abcdef
ZORVEUS_GATEWAY_URL=http://localhost:4000/v1

# Zorveus Control Plane (Management API) credentials
ZORVEUS_SERVICE_KEY=zrv_svc_Rmdcv0jy5t_WE7alUEPQ5r1pqISMJxCLxYBmflIGCig
ZORVEUS_BASE_URL=http://localhost:8000

# Zorveus OAuth 2.0 PKCE settings
ZORVEUS_CLIENT_ID=zrv_client_3a74a1726e584c999c29f15358d7d410
ZORVEUS_CLIENT_SECRET=zrv_client_secret_RAcC7jOpwVC1EBPo-LnEAepoe2wBNnyM-LV-YYSaGXI
ZORVEUS_REDIRECT_URI=http://localhost:5179/oauth/callback

