mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
JIGSAW_BASE_URL env var
This commit is contained in:
parent
bb4f140cca
commit
c93b11b0da
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'baseUrl' => 'https://tenancy.samuelstancl.me/docs',
|
'baseUrl' => env('JIGSAW_BASE_URL') ?? 'https://tenancy.samuelstancl.me/docs',
|
||||||
'production' => true,
|
'production' => true,
|
||||||
|
|
||||||
'docsearchApiKey' => '53c5eaf88e819535d98f4a179c1802e1',
|
'docsearchApiKey' => '53c5eaf88e819535d98f4a179c1802e1',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue