Skip to content

Commit

Permalink
Merge pull request #525 from City-of-Helsinki/UHF-X_hav_fixes
Browse files Browse the repository at this point in the history
UHF-X parameter handling fix
  • Loading branch information
rpnykanen authored Jul 16, 2024
2 parents 8c07067 + af2839c commit 9fd98ce
Show file tree
Hide file tree
Showing 5 changed files with 282 additions and 141 deletions.
7 changes: 7 additions & 0 deletions compose.override.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
services:
app:
environment:
HAKUVAHTI_URL: 'http://helfi-rekry.docker.so:3000'
networks:
hakuvahti-network:
external: true
10 changes: 10 additions & 0 deletions public/modules/custom/helfi_hakuvahti/helfi_hakuvahti.services.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
services:
_defaults:
autoconfigure: true
autowire: true

logger.channel.helfi_hakuvahti:
parent: logger.channel_base
arguments: ['helfi_hakuvahti']

Drupal\helfi_hakuvahti\HelfiHakuvahtiSubscribeController: ~
Loading

0 comments on commit 9fd98ce

Please sign in to comment.