assistant-todo/.env.development

6 lines
292 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
NEXT_PUBLIC_TODO_REQUEST_URL=http://localhost:80/todo-server
NEXT_PUBLIC_SECURITY_REQUEST_URL=http://localhost:80/security-server