mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 11:14:03 +00:00
10 lines
189 B
PHP
10 lines
189 B
PHP
<?php
|
|
|
|
return [
|
|
'baseUrl' => 'https://my-jigsaw-docs.com',
|
|
'production' => true,
|
|
|
|
// DocSearch credentials
|
|
'docsearchApiKey' => '',
|
|
'docsearchIndexName' => '',
|
|
];
|