From d4fd1389544058b080dda80aacd06054f8e44c12 Mon Sep 17 00:00:00 2001 From: KevinHuSh Date: Mon, 25 Dec 2023 12:28:54 +0800 Subject: [PATCH] Update .env.template --- .env.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.template b/.env.template index 681361c94..aa91e736d 100644 --- a/.env.template +++ b/.env.template @@ -4,6 +4,6 @@ PORT=8000 DATABASE_URL="postgresql://infiniflow:infiniflow@localhost/docgpt" # S3 Storage -S3_BASE_URL="https://play.min.io" -S3_ACCESS_KEY="Q3AM3UQ867SPQQA43P2F" -S3_SECRET_KEY="zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG" \ No newline at end of file +MINIO_HOST="127.0.0.1:9000" +MINIO_USR="infiniflow" +MINIO_PWD="infiniflow_docgpt"