doc: fmt env template

This commit is contained in:
kould 2023-12-25 10:56:25 +08:00
parent 8de5e4eedf
commit 749b6fde95
2 changed files with 7 additions and 4 deletions

3
.env
View file

@ -1,3 +0,0 @@
HOST=127.0.0.1
PORT=8000
DATABASE_URL="postgresql://infiniflow:infiniflow@localhost/docgpt"

View file

@ -1,3 +1,9 @@
# Database
HOST=127.0.0.1 HOST=127.0.0.1
PORT=8000 PORT=8000
DATABASE_URL="postgresql://infiniflow:infiniflow@localhost/docgpt" 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"