KevinHuSh
commited on
Commit
·
d4fd138
1
Parent(s):
f4d1c72
Update .env.template
Browse files- .env.template +3 -3
.env.template
CHANGED
@@ -4,6 +4,6 @@ PORT=8000
|
|
4 |
DATABASE_URL="postgresql://infiniflow:infiniflow@localhost/docgpt"
|
5 |
|
6 |
# S3 Storage
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
4 |
DATABASE_URL="postgresql://infiniflow:infiniflow@localhost/docgpt"
|
5 |
|
6 |
# S3 Storage
|
7 |
+
MINIO_HOST="127.0.0.1:9000"
|
8 |
+
MINIO_USR="infiniflow"
|
9 |
+
MINIO_PWD="infiniflow_docgpt"
|