From 5bbd4347310b247f8143900499facc6441edf2f5 Mon Sep 17 00:00:00 2001 From: Jurgis Sakalauskas Date: Sat, 18 Oct 2025 11:59:52 +0300 Subject: [PATCH] update .env.example defaults --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index bcb45ab..d3d57d0 100644 --- a/.env.example +++ b/.env.example @@ -4,7 +4,7 @@ APP_NAME=BestChoice # Server SERVER_PORT=3000 API_BASE_PATH=/api -DATABASE_URL=postgresql://user:pass@localhost:5432/db_name +DATABASE_URL=postgresql://admin:admin@localhost:5432/bc_dev URL_READER_API_KEY=your_secret_key URL_READER_BASE_URL=https://r.jina.ai