Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
retopara
/
ragflow
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3fc700a
ragflow
/
.env.template
KevinHuSh
Update .env.template
d4fd138
over 1 year ago
raw
Copy download link
history
blame
198 Bytes
# Database
HOST
=
127.0
.
0.1
PORT
=
8000
DATABASE_URL
=
"postgresql://infiniflow:infiniflow@localhost/docgpt"
# S3 Storage
MINIO_HOST
=
"127.0.0.1:9000"
MINIO_USR
=
"infiniflow"
MINIO_PWD
=
"infiniflow_docgpt"