2FAuth/config/2fauth.php

9 lines
95 B
PHP
Raw Normal View History

<?php
return [
'config' => [
'isDemoApp' => env('IS_DEMO_APP', false),
],
];