tenancy-docs/config.staging.php
Samuel Štancl f8f354c323 3.x redesign
2020-06-08 21:20:15 +02:00

10 lines
179 B
PHP

<?php
return [
'baseUrl' => env('DEPLOY_URL'),
'production' => false,
// DocSearch credentials
'docsearchApiKey' => '',
'docsearchIndexName' => '',
];