Code for 4.7.3 release.

This commit is contained in:
James Cole
2018-04-28 15:35:43 +02:00
parent 0a2308592f
commit 3625f3293a
6 changed files with 84 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ abstract class SpectreRequest
public function __construct(User $user)
{
$this->user = $user;
$this->server = config('firefly.spectre.server');
$this->server = 'https://' . config('import.options.spectre.server');
$this->expiresAt = time() + 180;
$privateKey = app('preferences')->get('spectre_private_key', null);
$this->privateKey = $privateKey->data;