lty/qy-lty-admin/.env.example
2026-03-17 13:17:02 +08:00

7 lines
324 B
Plaintext

# General environment variables
NEXT_PUBLIC_API_BASE_URL=http://localhost:8000/api
# For different environments, use these files:
# .env.development - Development environment variables (next dev)
# .env.production - Production environment variables (next start)
# .env.local - Local overrides (loaded for all environments)