Configure FHIR database credentials
Add database connection details and credentials
- Open the Admin Portal
- Select Databases Configure button
- Select Add database
- Enter the database information.
- Click Save
| Name | Value | Note |
|---|---|---|
| Database ID | alp_fhir | display name |
| Host | d2e-minerva-postgres-1 | PostgreSQL container name /or/ external database FQDN. Ensure the correct container name is used. |
| Database name | alp | actual name |
| Vocabulary / CDM Schemas | fhir | press Enter to confirm. |
| Extra | { "Internal": {} } | |
| Admin username | alp_pg_write_user | * |
| Read username | alp_pg_write_user | * |
| Admin password | ***** | Copy the value of the variable PG_WRITE_PASSWORD from your .env file |
| Read password | ***** | Copy the value of the variable PG_WRITE_PASSWORD from your .env file |