mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Add command for staging env (#33)
This commit is contained in:
parent
99655ea7e0
commit
1dc9b6c986
3 changed files with 14 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'baseUrl' => 'http://jigsaw-docs-staging.tighten.co',
|
||||
'baseUrl' => env('DEPLOY_URL') . '/docs',
|
||||
'production' => false,
|
||||
|
||||
// DocSearch credentials
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue