bebeboutik-api/config/wsse.prod.php
Christophe LATOUR 39d47f9c98 setting ttl to 0
2017-12-13 14:43:07 +01:00

8 lines
76 B
PHP

<?php
return [
'userModel' => 'App\\Models\\User',
'ttl' => 0,
];