1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 19:24:02 +00:00

Update config.production.php

This commit is contained in:
Samuel Štancl 2019-08-28 18:49:53 +02:00 committed by GitHub
parent f6caa118db
commit 1cd39a48da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,6 @@
<?php
return [
'baseUrl' => 'https://my-jigsaw-docs.com',
'baseUrl' => 'https://stancl-tenancy.netlify.com',
'production' => true,
// DocSearch credentials
'docsearchApiKey' => '',
'docsearchIndexName' => '',
];