Skip to content

Commit

Permalink
Set signing key path in postal config
Browse files Browse the repository at this point in the history
  • Loading branch information
siebsie23 authored Jul 16, 2024
1 parent 864d068 commit 496a330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions install/assets/defaults/20-postal
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ SMTP_PASS=${SMTP_PASS:-"postalpass"}
SMTP_FROM_NAME=${SMTP_FROM_NAME:-"Postal"}
SMTP_FROM_ADDRESS=${SMTP_FROM_ADDRESS:-"postal@example.com"}
APP_SECRET=${APP_SECRET:-""}
SIGNING_KEY_FILE=${SIGNING_KEY_FILE:-"signing.key"}
SIGNING_KEY_BITS=${SIGNING_KEY_BITS:-"1024"}
ENABLE_RSPAMD=${ENABLE_RSPAMD:-"false"}
RSPAMD_HOST=${RSPAMD_HOST:-""}
RSPAMD_PORT=${RSPAMD_PORT:-"11334"}
Expand Down
2 changes: 1 addition & 1 deletion install/assets/functions/20-postal
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ postal:
default_spam_failure_threshold: ${SPAM_FAILURE_THRESHOLD}
use_local_ns_for_domain_verification: ${USE_LOCAL_NS_FOR_DOMAIN_VERIFICATION}
use_resent_sender_header: ${USE_RESENT_SENDER_HEADER}
signing_key_path: $config-file-root/signing.key
signing_key_path: ${CONFIG_PATH}/${SIGNING_KEY_FILE}
smtp_relays: []
trusted_proxies: []
queued_message_lock_stale_days: ${QUEUED_MESSAGE_LOCK_STALE_DAYS}
Expand Down

0 comments on commit 496a330

Please sign in to comment.