mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
fix port for PGAdmin
This commit is contained in:
parent
1ac2e02ae0
commit
a7a4902f00
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ The user might have to start pgAdmin as root
|
|||
$ sudo pythonX /user/lib/pythonX.Y/site-packages/pgadmin4-web/pgAdmin4.py
|
||||
```
|
||||
where X.Y is the python version. The pgAdmin UI can be accessed by the
|
||||
browser at `127.0.0.1:5432`. In case that the user is getting `FATAL:
|
||||
browser at `127.0.0.1:5050`. In case that the user is getting `FATAL:
|
||||
Ident authentication failed for user "username"` the authentication for
|
||||
local users has to be changed from `ident` to `trust` in `pg_hba.conf`
|
||||
file
|
||||
|
|
Loading…
Add table
Reference in a new issue