mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 06:24:04 +00:00
wip
This commit is contained in:
commit
a92690cea8
61 changed files with 51214 additions and 0 deletions
10
config.production.php
Normal file
10
config.production.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'baseUrl' => 'https://my-jigsaw-docs.com',
|
||||
'production' => true,
|
||||
|
||||
// DocSearch credentials
|
||||
'docsearchApiKey' => '',
|
||||
'docsearchIndexName' => '',
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue