diff options
| author | Niklas | 2024-11-01 13:56:54 +0100 |
|---|---|---|
| committer | GitHub | 2024-11-01 13:56:54 +0100 |
| commit | 6cdbd35e644727bc01e2e81d5deab82750b463cc (patch) | |
| tree | 52b35d9331cd94b07936265dd54f30d737755164 /deploy/env-sample.env | |
| parent | d258d9081b1ecdd4f6cc51c55ae25c1e2e057423 (diff) | |
feat: Allow configuring basic auth for the rest uri (#75)
Diffstat (limited to 'deploy/env-sample.env')
| -rw-r--r-- | deploy/env-sample.env | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/env-sample.env b/deploy/env-sample.env index 04a3f8f..9c06341 100644 --- a/deploy/env-sample.env +++ b/deploy/env-sample.env @@ -28,6 +28,8 @@ DNPM_DATASOURCE_URL=jdbc:mariadb://dnpm-monitor-db:3306/$DNPM_MARIADB_DB ## TARGET SYSTEMS CONFIG # in case of direct access to bwhc enter endpoint url here DNPM_BWHC_REST_URI= +DNPM_BWHC_REST_USERNAME= +DNPM_BWHC_REST_PASSWORD= # produce mtb files to this topic - values 'false' disabling kafka processing DNPM_KAFKA_TOPIC=false |
