28 lines
479 B
Bash
28 lines
479 B
Bash
#DB
|
|
DB_CONNECTION_STRING=jdbc:postgresql://opencdmp.postgres:5432/opencdmp
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres-admin
|
|
|
|
#Server
|
|
WEB_PORT=8080
|
|
|
|
#Security
|
|
IDP_ISSUER_URI=http://host.docker.internal:8081/keycloak/realms/OpenCDMP
|
|
|
|
#RABBITMQ
|
|
RABBIT_HOST=opencdmp.rabbitmq
|
|
RABBIT_PORT=5672
|
|
RABBIT_USER=guest
|
|
RABBIT_PASS=guest
|
|
|
|
#EMAIL
|
|
MAIL_HOST=
|
|
MAIL_PORT=
|
|
MAIL_USERNAME=
|
|
MAIL_PASSWORD=
|
|
MAIL_AUTH=
|
|
MAIL_TLS=
|
|
MAIL_ADDRESS=dmp_notification@admin.gr
|
|
|
|
#NOTIFICATION
|
|
CACHE_DISAMBIGUATION=ntf |