fix: add config.php as ignored
This commit is contained in:
parent
b65642cd0a
commit
14165f6e04
4 changed files with 12 additions and 29 deletions
|
|
@ -17,7 +17,9 @@ return [
|
|||
'quickupload' => [
|
||||
'auth' => true
|
||||
],
|
||||
'logator' => []
|
||||
'logator' => [
|
||||
'alias' => ['logme']
|
||||
]
|
||||
],
|
||||
'auth' => [
|
||||
'root' => 'password'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue