- sign up and delete account with email or phone - sign in and sign out - update nickname and avatar - update account phone or email
5 lines
178 B
Bash
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 |