ragflow / .env.template
KevinHuSh
Update .env.template
d4fd138
raw
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"