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