tifon / ladon_project_app_client
Send version information of current site to Ladon.
1.0.0
2023-02-20 17:28 UTC
Requires
- drupal/core: ^9 || ^10
README
Send version information of current site to Ladon.
Settings
Add the following lines to the settings.php
file.
$settings['ladon_project_app_client_site_id'] = '[SITE_ID]';
// Optionally you can change the url of ladon.
$settings['ladon_project_app_client_url'] = 'https://ladon-local.site/project-app/listener';