Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pbzweihander committed May 15, 2024
1 parent 2310c61 commit fa8f380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can also use `.env` file.

```
DEBUG=true \
DOMAIN=localhost \
PUBLIC_DOMAIN=localhost \
DATABASE_URL=postgresql://postgres:postgres@localhost:5432 \
OBJECT_STORE_TYPE=local_filesystem \
OBJECT_STORE_LOCAL_FILE_BASE_PATH=./files/ \
Expand All @@ -39,7 +39,7 @@ DEBUG=true \

```
DEBUG=true \
DOMAIN=localhost \
PUBLIC_DOMAIN=localhost \
DATABASE_URL=postgresql://postgres:postgres@localhost:5432 \
OBJECT_STORE_TYPE=s3 \
OBJECT_STORE_BUCKET=bucket \
Expand Down

0 comments on commit fa8f380

Please sign in to comment.