10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
# RestroAI Frontend Environment Variables
|
|
|
|
# Local full stack (docker compose up from retro_backend repo)
|
|
VITE_API_URL=http://localhost:8000
|
|
VITE_WS_URL=ws://localhost:8000
|
|
|
|
# Production
|
|
# VITE_API_URL=https://restro-backend.navigolabs.com
|
|
# VITE_WS_URL=wss://restro-backend.navigolabs.com
|