mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 23:16:52 +00:00
配置文件整理
This commit is contained in:
@@ -7,6 +7,10 @@ module.exports = {
|
||||
// TAILWINDCSS 配置的自定义颜色,作废
|
||||
BACKGROUND_LIGHT: '#eeeeee', // use hex value, don't forget '#' e.g #fffefc
|
||||
BACKGROUND_DARK: '#000000', // use hex value, don't forget '#'
|
||||
|
||||
// Redis 缓存数据库地址
|
||||
REDIS_URL: process.env.REDIS_URL || '',
|
||||
|
||||
ENABLE_CACHE:
|
||||
process.env.ENABLE_CACHE ||
|
||||
process.env.npm_lifecycle_event === 'build' ||
|
||||
|
||||
Reference in New Issue
Block a user