From fa8f38012c5e0683edac79595a66fa188e4dc3c0 Mon Sep 17 00:00:00 2001 From: pbzweihander Date: Wed, 15 May 2024 17:36:54 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 680810e..82b650a 100644 --- a/README.md +++ b/README.md @@ -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/ \ @@ -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 \