fix: 新增数据模块
This commit is contained in:
15
video_worker/.env.center.example
Normal file
15
video_worker/.env.center.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# Center dispatch service only
|
||||
EDGE_DISPATCH_HOST=0.0.0.0
|
||||
EDGE_DISPATCH_PORT=8060
|
||||
EDGE_MAX_DISPATCH_RECORDS=2000
|
||||
|
||||
# OSS (required in production)
|
||||
OSS_ENABLED=true
|
||||
OSS_ENDPOINT=https://oss-cn-shanghai.aliyuncs.com
|
||||
OSS_BUCKET=aiclw
|
||||
OSS_ACCESS_KEY_ID=LTAI5tPB3Mg5A3p2imzrFjBp
|
||||
OSS_ACCESS_KEY_SECRET=vg917zL9EWSXvosVeiEcE6w4QT25bV
|
||||
OSS_PUBLIC_BASE_URL=https://aicdn-video-worker.oss-cn-shanghai.aliyuncs.com
|
||||
OSS_PREFIX=video-worker
|
||||
|
||||
LOG_LEVEL=INFO
|
||||
Reference in New Issue
Block a user