mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-13 09:48:32 +01:00
9 lines
95 B
PHP
9 lines
95 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'config' => [
|
||
|
'isDemoApp' => env('IS_DEMO_APP', false),
|
||
|
],
|
||
|
|
||
|
];
|