mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -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('public/uploads'),
|
||||||
base_path('config'),
|
base_path('config'),
|
||||||
base_path('storage/private_uploads'),
|
base_path('storage/private_uploads'),
|
||||||
|
base_path('storage/oauth-private.key'),
|
||||||
|
base_path('storage/oauth-public.key'),
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue