Files
opensem/config/min-auth.php
2022-05-31 23:21:04 +02:00

18 lines
306 B
PHP

<?php
/*
* You can place your custom package configuration in here.
*/
return [
/**
* Toggle IP Address validation for client.
*/
'validate_ip' => true,
/**
* Set the default request header name here eg. api-key, token, x-api-key.
*/
'header_name' => 'api-key',
];