argos/deployment/config-files/opencdmp/annotation/config/app.env

17 lines
356 B
Bash
Raw Normal View History

#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
#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
#RABBITMQ
2024-05-09 16:55:24 +02:00
RABBIT_HOST=opencdmp.rabbitmq
RABBIT_PORT=5672
RABBIT_USER=guest
2024-05-14 15:37:57 +02:00
RABBIT_PASS=guest