mirror of
https://github.com/LiuYuYang01/ThriveX-Blog.git
synced 2026-05-06 22:03:08 +08:00
6 lines
264 B
Bash
Executable File
6 lines
264 B
Bash
Executable File
# 配置页面缓存时间
|
||
# 以秒为单位,300 表示页面缓存 5 分钟,在这 5 分钟内页面处于缓存状态,即使发布了文章也不会即使显示
|
||
NEXT_PUBLIC_CACHING_TIME=1
|
||
|
||
# 项目后端API
|
||
NEXT_PUBLIC_PROJECT_API=http://localhost:9003/api |