first commit
This commit is contained in:
17
event-publisher/.env.example
Normal file
17
event-publisher/.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# 豆包图片生成 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
|
||||
Reference in New Issue
Block a user