初始化参数百科网站项目
- Next.js 14 + Tailwind CSS + Prisma - 模型数据库页面 (列表+详情) - GPU数据库页面 (列表+详情) - CPU数据库页面 - 显存计算器工具 - 参数对比工具 - 知识库页面 - 初始数据: 15个模型, 10个GPU, 3个CPU
This commit is contained in:
5
.env.example
Normal file
5
.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
# Database
|
||||
DATABASE_URL="postgresql://user:password@localhost:5432/paramhub"
|
||||
|
||||
# Optional: Next.js
|
||||
NEXT_PUBLIC_SITE_URL="http://localhost:3000"
|
||||
Reference in New Issue
Block a user