2d847e154f
中华文明全图鉴——文物全图系统(PC Web 地图 + NestJS API + 管理后台)。 含三大 IP(文物南迁北归 / 国宝海外回归 / 博物馆手艺人)、AI 文物对话、 文物地图与详情、以及 demo-video-kit 演示视频生成工具。
22 lines
460 B
Bash
22 lines
460 B
Bash
# 数据库
|
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/wenwumap
|
|
REDIS_URL=redis://localhost:6379
|
|
|
|
# 地图服务(需申请后填入)
|
|
MAP_API_KEY=
|
|
|
|
# 对象存储
|
|
OSS_ENDPOINT=http://localhost:9000
|
|
OSS_ACCESS_KEY=minioadmin
|
|
OSS_SECRET_KEY=minioadmin
|
|
OSS_BUCKET=wenwumap
|
|
|
|
# 鉴权
|
|
JWT_SECRET=change-me-in-production
|
|
JWT_EXPIRES_IN=7d
|
|
|
|
# 应用地址
|
|
WEB_URL=http://localhost:3000
|
|
ADMIN_URL=http://localhost:3001
|
|
API_URL=http://localhost:3002
|