mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Include oauth keys in backup
This commit is contained in:
parent
0a0661bf41
commit
0715791229
|
@ -22,6 +22,8 @@ return [
|
|||
base_path('public/uploads'),
|
||||
base_path('config'),
|
||||
base_path('storage/private_uploads'),
|
||||
base_path('storage/oauth-private.key'),
|
||||
base_path('storage/oauth-public.key'),
|
||||
],
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue