Files
ThriveX-Blog/.env

6 lines
264 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 配置页面缓存时间
# 以秒为单位300 表示页面缓存 5 分钟,在这 5 分钟内页面处于缓存状态,即使发布了文章也不会即使显示
NEXT_PUBLIC_CACHING_TIME=1
# 项目后端API
NEXT_PUBLIC_PROJECT_API=http://localhost:9003/api