1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 01:34:03 +00:00
tenancy/config.production.php
2019-08-16 20:09:52 +00:00

10 lines
189 B
PHP

<?php
return [
'baseUrl' => 'https://my-jigsaw-docs.com',
'production' => true,
// DocSearch credentials
'docsearchApiKey' => '',
'docsearchIndexName' => '',
];