mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-06-15 05:22:44 +01:00
Add tests for export endpoints
This commit is contained in:
committed by
Constantin Graf
parent
5a1e05374c
commit
9a60e2b911
@@ -5,5 +5,7 @@ declare(strict_types=1);
|
||||
return [
|
||||
'gotenberg' => [
|
||||
'url' => env('GOTENBERG_URL'),
|
||||
'basic_auth_username' => env('GOTENBERG_BASIC_AUTH_USERNAME'),
|
||||
'basic_auth_password' => env('GOTENBERG_BASIC_AUTH_PASSWORD'),
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user