Database credentials
The documentation cover a few methods to interact with the database (DBeaver, SQL, Python, REST API, etc). To setup a connection to the database using other tools you may need the credentials below.
Property | Value |
---|---|
Database container | parsomics-postgres |
Database host | localhost (127.0.0.1 ) |
Database port | 5432 |
Database name | parsomics |
Database username | admin |
Database password | Stored in your keyring (run parsomics database password get to view it) |