generated from ghga-de/microservice-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump ns version to 3.0.0 and use hexkit v4 (GSI-1340) (#21)
* Bump ns version to 3.0.0 and use hexkit v4 * Ruff formatting
- Loading branch information
1 parent
7d4ab9b
commit 3a86e36
Showing
15 changed files
with
1,264 additions
and
1,069 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,5 @@ smtp_auth: | |
password: test | ||
from_address: "[email protected]" | ||
use_starttls: false | ||
db_connection_str: "mongodb://mongodb:27017" | ||
mongo_dsn: "mongodb://mongodb:27017" | ||
db_name: "dev_db" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
db_connection_str: '**********' | ||
db_name: dev_db | ||
from_address: [email protected] | ||
generate_correlation_id: true | ||
html_email_template: '<!DOCTYPE html><html><head></head><body style="color: #00393f;padding: | ||
12px;"><h2>Dear $recipient_name,</h2><p>$plaintext_body</p><p>Warm regards,</p><h3>The | ||
GHGA Team</h3></body></html>' | ||
kafka_dlq_topic: dlq | ||
kafka_enable_dlq: false | ||
kafka_max_message_size: 1048576 | ||
kafka_max_retries: 0 | ||
kafka_retry_backoff: 0 | ||
kafka_security_protocol: PLAINTEXT | ||
kafka_servers: | ||
- kafka:9092 | ||
|
@@ -16,6 +19,8 @@ kafka_ssl_password: '' | |
log_format: null | ||
log_level: INFO | ||
log_traceback: true | ||
mongo_dsn: '**********' | ||
mongo_timeout: null | ||
notification_event_topic: notifications | ||
notification_event_type: notification | ||
plaintext_email_template: 'Dear $recipient_name, | ||
|
Oops, something went wrong.