koel/config/dotenv-editor.php

26 lines
759 B
PHP
Raw Permalink Normal View History

2017-12-03 16:54:11 +00:00
<?php
2017-12-03 16:54:34 +00:00
return [
2017-12-03 16:54:11 +00:00
/*
|----------------------------------------------------------------------
| 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' => true,
/*
|----------------------------------------------------------------------
| Backup location
|----------------------------------------------------------------------
|
| This value is used when you backup your file. This value is the sub
| path from root folder of project application.
*/
2017-12-03 16:54:34 +00:00
'backupPath' => base_path('storage/dotenv-editor/backups/'),
];