add webhook secret

This commit is contained in:
Pete Matsyburka
2024-08-05 13:30:04 +03:00
parent 6b1c3bba19
commit 478167ea4f
12 changed files with 93 additions and 12 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ class EncryptedConfig < ApplicationRecord
ESIGN_CERTS_KEY = 'esign_certs',
TIMESTAMP_SERVER_URL_KEY = 'timestamp_server_url',
APP_URL_KEY = 'app_url',
WEBHOOK_URL_KEY = 'webhook_url'
WEBHOOK_URL_KEY = 'webhook_url',
WEBHOOK_SECRET_KEY = 'webhook_secret'
].freeze
belongs_to :account