Spaces:
Running
Running
# Huggingface Space环境变量配置示例 | |
# 在Huggingface Space的Settings中设置这些环境变量 | |
# GitHub配置 | |
GITHUB_TOKEN=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 | |
GITHUB_REPOS=https://github.com/CaPaCaptain/PPTist_huggingface_db | |
# 如果有多个仓库,用逗号分隔: | |
# GITHUB_REPOS=https://github.com/CaPaCaptain/PPTist_huggingface_db,https://github.com/user/backup_repo | |
# JWT密钥 | |
JWT_SECRET=pptist-secret-key-2025-huggingface | |
# 服务配置 | |
NODE_ENV=production | |
PORT=7860 | |
FRONTEND_URL=* | |
# 公共访问URL(可选,默认使用当前域名) | |
# PUBLIC_URL=your-space-name.hf.space |