Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UHF-X parameter handling fix #525

Merged
merged 15 commits into from
Jul 16, 2024
Merged
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