assistant-todo/.env.development

9 lines
435 B
Plaintext

# 前缀为NEXT_PUBLIC_才可以被浏览器使用
NEXT_PUBLIC_TODO_REQUEST_URL=http://localhost:8092
NEXT_PUBLIC_SECURITY_REQUEST_URL=http://localhost:8091
# NEXT_PUBLIC_TODO_REQUEST_URL=http://localhost:80/todo-server
# NEXT_PUBLIC_SECURITY_REQUEST_URL=http://localhost:80/security-server
# NEXT_PUBLIC_TODO_REQUEST_URL=https://www.huaruyu.com/todo-server
# NEXT_PUBLIC_SECURITY_REQUEST_URL=https://www.huaruyu.com/security-server