Skip to content

Commit 078eb71

Browse files
authored
docs: add default pgAdmin login credentials to README (#66)
1 parent af10a36 commit 078eb71

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ cp .env.example .env & make up
4747

4848
You can login to pgAdmin at `http://localhost:8080` to see the Postgres database. The host name for registering a new server is `postgres`, and the username and password are `alphatrion` and `alphatr1on`, respectively.
4949

50+
**Note:**
51+
To log in to the pgAdmin web interface itself (before adding a server),
52+
use the default credentials defined in `docker-compose.yaml`:
53+
**Email:** `alphatrion@inftyai.com`
54+
**Password:** `alphatr1on`
55+
5056
### Run a Sample Experiment
5157

5258
Below is a simple example demonstrating how to create an experiment and log performance metrics.

0 commit comments

Comments
 (0)