2024-04-29 16:55:53 +02:00
|
|
|
#DB
|
2024-05-09 16:55:24 +02:00
|
|
|
DB_CONNECTION_STRING=jdbc:postgresql://opencdmp.postgres:5432/opencdmp
|
|
|
|
DB_USER=postgres
|
|
|
|
DB_PASSWORD=postgres-admin
|
2024-04-29 16:55:53 +02:00
|
|
|
|
|
|
|
#Server
|
|
|
|
WEB_PORT=8087
|
|
|
|
|
|
|
|
#Security
|
2024-05-09 16:55:24 +02:00
|
|
|
IDP_ISSUER_URI=http://host.docker.internal:8081/keycloak/realms/OpenCDMP
|
|
|
|
QUEUE_APP_ID=opencdmp-annotation-dev
|
2024-04-29 16:55:53 +02:00
|
|
|
|
|
|
|
#RABBITMQ
|
2024-05-09 16:55:24 +02:00
|
|
|
RABBIT_HOST=opencdmp.rabbitmq
|
2024-04-29 16:55:53 +02:00
|
|
|
RABBIT_PORT=5672
|
|
|
|
RABBIT_USER=guest
|
2024-05-14 15:37:57 +02:00
|
|
|
RABBIT_PASS=guest
|