JIGSAW_BASE_URL env var

This commit is contained in:
Samuel Štancl 2019-09-18 08:58:49 +02:00
parent bb4f140cca
commit c93b11b0da

View file

@ -1,7 +1,7 @@
<?php
return [
'baseUrl' => 'https://tenancy.samuelstancl.me/docs',
'baseUrl' => env('JIGSAW_BASE_URL') ?? 'https://tenancy.samuelstancl.me/docs',
'production' => true,
'docsearchApiKey' => '53c5eaf88e819535d98f4a179c1802e1',