17 lines
356 B
Bash
17 lines
356 B
Bash
#DB
|
|
DB_CONNECTION_STRING=jdbc:postgresql://opencdmp.postgres:5432/opencdmp
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres-admin
|
|
|
|
#Server
|
|
WEB_PORT=8087
|
|
|
|
#Security
|
|
IDP_ISSUER_URI=http://host.docker.internal:8081/keycloak/realms/OpenCDMP
|
|
QUEUE_APP_ID=opencdmp-annotation-dev
|
|
|
|
#RABBITMQ
|
|
RABBIT_HOST=opencdmp.rabbitmq
|
|
RABBIT_PORT=5672
|
|
RABBIT_USER=guest
|
|
RABBIT_PASS=guest |