change display on categories
This commit is contained in:
17
config/min-auth.php
Normal file
17
config/min-auth.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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',
|
||||
];
|
||||
Reference in New Issue
Block a user