From dc8bf71cd76371a77636d9fc1d31c5cd9381b5ce Mon Sep 17 00:00:00 2001 From: nishiki412 Date: Sat, 14 Jun 2025 23:29:33 +0900 Subject: [PATCH] =?UTF-8?q?.env=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 1d44286e25..d74fcb180f 100644 --- a/.env +++ b/.env @@ -32,7 +32,7 @@ SMTP_SSL=False SMTP_PORT=587 # Postgres -POSTGRES_SERVER=localhost +POSTGRES_SERVER=db POSTGRES_PORT=5432 POSTGRES_DB=app POSTGRES_USER=postgres @@ -40,6 +40,9 @@ POSTGRES_PASSWORD=changethis SENTRY_DSN= +# CI/CD Configuration +CI=false + # Configure these with your own Docker registry images DOCKER_IMAGE_BACKEND=backend DOCKER_IMAGE_FRONTEND=frontend