IDP_ISSUER_URI | Keycloak realm URL string. | - | http://<keycloak-hostname>:<port>/realms/<realm-name> |
SECURITY_AUDIENCE | Keycloak client scope that security is intended for. | - | <keycloak-client-scope> |
CORS_ALLOWED_ORIGIN | String that contains allowed origin for this server. | - | http://<hostname>:<port> |
DB_CONNECTION_STRING | Database connection string. | - | jdbc:postgresql://<opendmp-postgres-hostname>:<port>/<database-name> |
DB_USER | Database username string. | - | <opencdmp-user> |
DB_PASSWORD | Database password string. | - | <opencdmp-password> |
QUEUE_ENABLED | Boolean value to enable queue RabbitMQ server. It must be enabled if we want the annotation service communicate with OpenCDMP. | true | true |
QUEUE_APP_ID | RabbitMQ application id string. | - | <opencdmp-app-id> |
QUEUE_NAME | RabbitMQ name string. | - | <rabbit-mq-queue-name> |
QUEUE_EXCHANGE | RabbitMQ name string. | - | <rabbit-mq-queue-exchange> |
RABBIT_HOST | RabbitMQ connection host name. | - | <hostname> |
RABBIT_PORT | RabbitMQ connection port. | - | <port> |
RABBIT_USER | RabbitMQ username string. | - | <rabbit-mq-username> |
RABBIT_PASS | RabbitMQ password string. | - | <rabbit-mq-password> |
LOGGING_CONFIG_PATH | Xml file that stores logging confiiguration. | classpath:logging/logback.xml | classpath:logging/<file-name>.xml |
LOGGING_DEFAULT_LOG_LEVEL | Level of error to store. Only 4 values can be assigned: INFO , DEBUG , WARM , ERROR | - | WARN |
LOGGING_PATH | File path to store logging. | - | logs/ |