# 数据库 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