assistant-todo/.env.development

9 lines
433 B
Plaintext
Raw Normal View History

2024-11-21 09:48:47 -05:00
# 前缀为NEXT_PUBLIC_才可以被浏览器使用
2024-12-17 06:05:06 -05:00
# NEXT_PUBLIC_TODO_REQUEST_URL=http://localhost:8092
# NEXT_PUBLIC_SECURITY_REQUEST_URL=http://localhost:8091
2025-01-13 06:33:53 -05:00
# 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=http://www.huaruyu.com/todo-server
NEXT_PUBLIC_SECURITY_REQUEST_URL=http://www.huaruyu.com/security-server