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