This commit is contained in:
lesion
2021-10-21 12:17:41 +02:00
parent 12f028df5c
commit 140a759d9c

View File

@@ -16,8 +16,8 @@ try {
} catch (e) {} } catch (e) {}
const defaultSettings = { const defaultSettings = {
title: 'Gancio', title: config.title || 'Gancio',
description: 'A shared agenda for local communities', description: config.description || 'A shared agenda for local communities',
baseurl: config.baseurl || '', baseurl: config.baseurl || '',
hostname: defaultHostname, hostname: defaultHostname,
instance_timezone: 'Europe/Rome', instance_timezone: 'Europe/Rome',