mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-23 03:20:22 +02:00
Add artisan ':install' command
This commit is contained in:
37
config/dotenv-editor.php
Normal file
37
config/dotenv-editor.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|----------------------------------------------------------------------
|
||||
| Auto backup mode
|
||||
|----------------------------------------------------------------------
|
||||
|
|
||||
| This value is used when you save your file content. If value is true,
|
||||
| the original file will be backed up before save.
|
||||
*/
|
||||
|
||||
'autoBackup' => false,
|
||||
|
||||
/*
|
||||
|----------------------------------------------------------------------
|
||||
| Backup location
|
||||
|----------------------------------------------------------------------
|
||||
|
|
||||
| This value is used when you backup your file. This value is the sub
|
||||
| path from root folder of project application.
|
||||
*/
|
||||
|
||||
'backupPath' => base_path('storage/dotenv-backups/'),
|
||||
|
||||
/*
|
||||
|----------------------------------------------------------------------
|
||||
| Always create backup folder
|
||||
|----------------------------------------------------------------------
|
||||
|
|
||||
| If this setting is set to true, the backup folder set up in the
|
||||
| 'backupPath' setting will always be created regardless of whether the
|
||||
| backup is performed or not.
|
||||
*/
|
||||
|
||||
'alwaysCreateBackupFolder' => false,
|
||||
];
|
Reference in New Issue
Block a user