doc: fmt env template
This commit is contained in:
parent
8de5e4eedf
commit
749b6fde95
2 changed files with 7 additions and 4 deletions
3
.env
3
.env
|
|
@ -1,3 +0,0 @@
|
|||
HOST=127.0.0.1
|
||||
PORT=8000
|
||||
DATABASE_URL="postgresql://infiniflow:infiniflow@localhost/docgpt"
|
||||
|
|
@ -1,3 +1,9 @@
|
|||
# Database
|
||||
HOST=127.0.0.1
|
||||
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"
|
||||
Loading…
Add table
Reference in a new issue