1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-01 22:22:53 +00:00

chore: deployment environment has maria db entries

This commit is contained in:
Jakub Lidke
2023-08-25 13:42:07 +02:00
parent 9643c80cc5
commit 01ff53ab23
2 changed files with 18 additions and 13 deletions

View File

@ -12,10 +12,15 @@ APP_PSEUDONYMIZE_GPAS_PASSWORD=
# path to ca root cert if needed
APP_PSEUDONYMIZE_GPAS_SSLCALOCATION=
MARIADB_DB=dnpm_monitoring
MARIADB_USER=$MARIADB_DB
MARIADB_USER_PW=MySuperSecurePassword111
MARIADB_ROOT_PW=MySuperDuperSecurePassword111
# monitoring data db
SPRING_DATASOURCE_URL:jdbc:mariadb://db:3306/dev
SPRING_DATASOURCE_PASSWORD: dev
SPRING_DATASOURCE_USERNAME: dev
SPRING_DATASOURCE_URL:jdbc:mariadb://db:3306/$MARIADB_DB
SPRING_DATASOURCE_PASSWORD: $MARIADB_USER_PW
SPRING_DATASOURCE_USERNAME: dnpm_monitoring
## TARGET SYSTEMS CONFIG
# DIRECT BWHC
@ -24,14 +29,14 @@ APP_REST_URI=
## Apache KAFKA
# list of broker instances
APP_KAFKA_SERVERS=
#APP_KAFKA_SERVERS=
# produce mtb files to this topic
APP_KAFKA_TOPIC=mtb-file-json
#APP_KAFKA_TOPIC=mtb-file-json
# here we receive responses from bwhc
APP_KAFKA_RESPONSE_TOPIC=
APP_KAFKA_GROUP_ID=dnpm
#APP_KAFKA_RESPONSE_TOPIC=
#APP_KAFKA_GROUP_ID=dnpm
# SSL or PLAINTEXT
SPRING_KAFKA_SECURITY_PROTOCOL=PLAINTEXT