Files
skills_repo/event-publisher/.env.example
jeremygan2021 f5117a90d1 first commit
2026-03-04 19:24:05 +08:00

18 lines
564 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 豆包图片生成 API
DOUBAO_API_KEY=your_doubao_api_key_here
# Nanobanana 图片生成 API
NANOBANANA_API_KEY=your_nanobanana_api_key_here
NANOBANANA_BASE_URL=http://zx2.52youxi.cc:3000
# 图片上传API上传海报到OSS
UPLOAD_API_URL=https://data.tangledup-ai.com/upload?folder=images%2Factivity_banner
# 活动发布API
ACTIVITY_API_URL=https://market.quant-speed.com/api/community/admin-publish/publish_activity/
APIKEY=your_apikey_here
PHONE_NUMBER=your_phone_number_here
# CSRF Token需要从页面获取
CSRF_TOKEN=your_csrf_token_here