1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:54:03 +00:00
tenancy/config.staging.php
Samuel Štancl a92690cea8 wip
2019-08-16 22:09:01 +02:00

10 lines
195 B
PHP

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