@@ -6,7 +6,6 @@ |
||
6 | 6 | use Aws\DynamoDb\Marshaler; |
7 | 7 | use Fathomminds\Rest\Exceptions\RestException; |
8 | 8 | use Fathomminds\Rest\Contracts\IResource; |
9 | -use Fathomminds\Rest\Helpers\Uuid; |
|
10 | 9 | use Aws\DynamoDb\Exception\DynamoDbException; |
11 | 10 | |
12 | 11 | class Resource implements IResource |
@@ -20,11 +20,11 @@ |
||
20 | 20 | |
21 | 21 | return [ |
22 | 22 | 'default' => [ |
23 | - 'host' => getenv('CLUSTERPOINT_HOST'), |
|
24 | - 'account_id' => getenv('CLUSTERPOINT_ACCOUNT_ID'), |
|
25 | - 'username' => getenv('CLUSTERPOINT_USERNAME'), |
|
26 | - 'password' => getenv('CLUSTERPOINT_PASSWORD'), |
|
27 | - 'debug' => getenv('CLUSTERPOINT_DEBUG_MODE'), |
|
23 | + 'host' => getenv('CLUSTERPOINT_HOST'), |
|
24 | + 'account_id' => getenv('CLUSTERPOINT_ACCOUNT_ID'), |
|
25 | + 'username' => getenv('CLUSTERPOINT_USERNAME'), |
|
26 | + 'password' => getenv('CLUSTERPOINT_PASSWORD'), |
|
27 | + 'debug' => getenv('CLUSTERPOINT_DEBUG_MODE'), |
|
28 | 28 | ], |
29 | 29 | 'development' => [ |
30 | 30 | 'host' => 'https://api-eu.clusterpoint.com/v4/', |