user-service/config/services.php

12 lines
283 B
PHP
Executable File

<?php
return [
'accepted_keys' => env('ACCEPTED_KEYS'),
'notification_service' => [
'base_uri' => env('NOTIFICATION_SERVICE_URL'),
'key' => env('NOTIFICATION_SERVICE_KEY')
],
'app_url' => env('APP_URL'),
'app_debug' => env('APP_DEBUG', false)
];