disable appwrite for now

This commit is contained in:
Andras Bacsai
2022-05-19 15:05:56 +02:00
parent 26eacfc2c0
commit 54f7142b2b
5 changed files with 13 additions and 12 deletions

View File

@@ -263,7 +263,7 @@ export const get: RequestHandler = async (event) => {
let otherIsHttps = null;
let otherIsWWW = null;
if (type === 'minio') {
if (type === 'minio' && service.minio.apiFqdn) {
otherDomain = getDomain(service.minio.apiFqdn);
otherNakedDomain = otherDomain.replace(/^www\./, '');
otherIsHttps = service.minio.apiFqdn.startsWith('https://');