mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
Stunning hook
This commit is contained in:
parent
961c019554
commit
c7acbc0eee
|
@ -35,4 +35,11 @@ return [
|
|||
'secret' => env('STRIPE_SECRET'),
|
||||
],
|
||||
|
||||
'stunning' => [
|
||||
'enabled' => env('ENABLE_STUNNING', false),
|
||||
'app_key' => env('STUNNING_APP_KEY'),
|
||||
'stripe_id' => env('STUNNING_STRIPE_ID'),
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue