You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?php
return [
/*
|--------------------------------------------------------------------------
| Default Connection Name
|--------------------------------------------------------------------------
|
| Here you may specify which of the connections below you wish to use as
| your default connection for all work. Of course, you may use many
| connections at once using the manager class.
|
*/
'default' => 'main',
/*
|--------------------------------------------------------------------------
| TransIP Connections
|--------------------------------------------------------------------------
|
| Here are each of the connections setup for your application. Examples of
| configuring each connection is shown below.
|
*/
'connections' => [
'main' => [
'username' => 'transip-username',
'private_key' => '-----BEGIN PRIVATE KEY-----
EXAMPLEDATA
-----END PRIVATE KEY-----
',
],
'alternative' => [
'username' => 'transip-username',
'private_key' => 'transip-private-key',
'mode' => 'readwrite', // default: readonly
'endpoint' => 'api.transip.eu', // default: api.transip.nl
],
],
];
The text was updated successfully, but these errors were encountered:
I'm getting the error: "Invalid private key"
My config/transip.php:
The text was updated successfully, but these errors were encountered: