forked from wangbo/easyai
适配新的文件上传
This commit is contained in:
@@ -20,7 +20,7 @@ WEB_PORT=3010
|
||||
REDIS_PORT=
|
||||
|
||||
#MONGO 暴露端口,默认不暴露。用户名密码初次部署可以修改,更新请勿修改
|
||||
MONGO_PORT=
|
||||
MONGO_PORT=27017
|
||||
MONGO_INITDB_ROOT_USERNAME=username
|
||||
MONGO_INITDB_ROOT_PASSWORD=password
|
||||
#comfy-server后端web服务暴露端口。一般情况下无需修改
|
||||
@@ -44,6 +44,10 @@ CONFIG_TOKEN_EXPIRE=1800
|
||||
CONFIG_JWT_SECRET='this is a very secret secret'
|
||||
|
||||
|
||||
#minio
|
||||
#MINIO_ROOT_USER=minioadmin
|
||||
#MINIO_ROOT_PASSWORD=minioadmin
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user