Skip to content

8. Postgres

joerivrij edited this page Dec 3, 2019 · 1 revision

Postgres database

The database that holds the users and their passwords (which have been hashed).

It is password protected: - password=test - user=postgres

Port 5432 is exposed and the User Api connects to this database.

Clone this wiki locally