From 3940ff12cb2b029d6640bdad6b3886dddbf77c09 Mon Sep 17 00:00:00 2001 From: Nithin Date: Wed, 3 Jul 2024 07:07:07 +0530 Subject: [PATCH] docs (core) : adding README.md with little note on check PostgreSQL Admin UI Access --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ada0f75..5608909 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,18 @@ MINIO_APP_USER_SECRET_KEY=appuserdevenv123 docker-compose -f ./docker-compose.dev.yml up -d --force-recreate --renew-anon-volumes ``` +### Validate Dev-Infrastructure: + +## Check [![Home - PostgresDB Admin](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white)](http://localhost:8081) DB Admin UI Access +``` +URL=http://localhost:8080 +SYSTEM=PostgreSQL +SERVER=personify-postgres-db +USERNAME=personifydev +PASSWORD=testenv123 +DATABASE=personify +``` + #### To Run Server: ``` python3 src/server.py -p 8888 -c ./configs/development.yaml -d