2FAuth/config/2fauth.php

9 lines
95 B
PHP

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