Skip to content

Commit

Permalink
docs (core) : adding README.md with little note on check PostgreSQL A…
Browse files Browse the repository at this point in the history
…dmin UI Access
  • Loading branch information
gnknithin committed Jul 4, 2024
1 parent 08b399f commit 3940ff1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3940ff1

Please sign in to comment.