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

10 lines
201 B
PHP

<?php
return [
'baseUrl' => 'http://jigsaw-docs-staging.tighten.co',
'production' => false,
// DocSearch credentials
'docsearchApiKey' => '',
'docsearchIndexName' => '',
];