rbrecruiter/config/slack.php

13 lines
104 B
PHP

<?php
return [
'webhook' => [
'integrationURL' => env('SLACK_INTEGRATION_WEBHOOK')
]
];