Skip to content

Commit 1dbfe5c

Browse files
committed
docs: fix PostgreSQL connection string format in README
1 parent 0b93057 commit 1dbfe5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ docker compose logs -f
5454
| Temporal UI | 8088 | Web management interface |
5555

5656
**Default Configuration:**
57-
- PostgreSQL: `postgres:postgres@localhost:5432/memu`
57+
- PostgreSQL DSN: `postgresql://postgres:postgres@localhost:5432/memu`
5858
- Temporal Database: `temporal` (separate from app database)
5959

6060
**Environment Variables (optional `.env` file):**

0 commit comments

Comments
 (0)