Environment variables¶
You can use the following environment variables with DICOS API Gateway Manager.
Environment variables for the image "dicosgmbh/dagm"¶
| Env Variable | Description |
| NOSTROMO_PORT | Port for https connection. Default: 10443 |
| NOSTROMO_DB_HOST | Hostname for the database connection. Default: aagmdb |
| NOSTROMO_DB_PORT | Port for the database connection. Default: 3306 |
| NOSTROMO_DB_NAME | Database name for the database connection. Default: aagm |
| NOSTROMO_DB_USER | Database user for the database connection. Default: aagm_user |
| NOSTROMO_DB_PASSWORD | Database password for the database connection. |
For information on how to configure the database container, please see the official documentation of either MySQL or MariaDB (whichever was chosen).