Files
if.u.clients.web/.env
mamamiyear c923244a68 feat: support user management
- sign up and delete account with email or phone
- sign in and sign out
- update nickname and avatar
- update account phone or email
2025-11-22 09:53:47 +08:00

5 lines
178 B
Bash

# 开发环境配置
# VITE_API_BASE_URL=http://localhost:8099/api
VITE_API_BASE_URL=/api
VITE_HTTPS_KEY_PATH=./certs/localhost-key.pem
VITE_HTTPS_CERT_PATH=./certs/localhost.pem