nanosanteservice/config/services.php

12 lines
283 B
PHP
Raw Permalink Normal View History

<?php
return [
'accepted_keys' => env('ACCEPTED_KEYS'),
'notification_service' => [
'base_uri' => env('NOTIFICATION_SERVICE_URL'),
'key' => env('NOTIFICATION_SERVICE_KEY')
],
2022-02-08 08:36:06 +00:00
'app_url' => env('APP_URL'),
'app_debug' => env('APP_DEBUG', false)
];