From 749b6fde95cf0f336c0eab372e2932e98f5ee56a Mon Sep 17 00:00:00 2001 From: kould Date: Mon, 25 Dec 2023 10:56:25 +0800 Subject: [PATCH] doc: fmt env template --- .env | 3 --- .env.template | 8 +++++++- 2 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index a033ac29a..000000000 --- a/.env +++ /dev/null @@ -1,3 +0,0 @@ -HOST=127.0.0.1 -PORT=8000 -DATABASE_URL="postgresql://infiniflow:infiniflow@localhost/docgpt" \ No newline at end of file diff --git a/.env.template b/.env.template index a033ac29a..681361c94 100644 --- a/.env.template +++ b/.env.template @@ -1,3 +1,9 @@ +# Database HOST=127.0.0.1 PORT=8000 -DATABASE_URL="postgresql://infiniflow:infiniflow@localhost/docgpt" \ No newline at end of file +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