Add simple web hooks to procedures
This commit is contained in:
parent
efaa99c489
commit
27592ae072
9 changed files with 79 additions and 9 deletions
|
@ -44,6 +44,8 @@ Rails.application.configure do
|
|||
protocol: :http
|
||||
}
|
||||
|
||||
config.active_job.queue_adapter = :test
|
||||
|
||||
# Raises error for missing translations
|
||||
# config.action_view.raise_on_missing_translations = true
|
||||
end
|
||||
|
|
|
@ -4,3 +4,5 @@ champ_pj_allowed_for_admin_ids:
|
|||
- 0
|
||||
champ_siret_allowed_for_admin_ids:
|
||||
- 0
|
||||
web_hook_allowed_for_admin_ids:
|
||||
- 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue