You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
331 B

11 months ago
11 months ago
  1. VITE_API_BASE='http://localhost:3001/api' # Use this URL when developing locally
  2. # VITE_API_BASE='http://172.16.2.31:3001/api'
  3. # VITE_API_BASE="https://$CODESPACE_NAME-3001.$GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN/api" # for GitHub Codespaces
  4. # VITE_API_BASE='/api' # Use this URL deploying on non-localhost address OR in docker.