- Update beauty booking forms (en, hu, no) - Update manage-booking view, worker calendar view - Update config.php, google_calendar.php, GoogleCalendar library - Add CLAUDE.md project instructions - Add service-account-key.json to .gitignore - Update ledigestilling page Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
384 B
PHP
Executable File
7 lines
384 B
PHP
Executable File
<?php
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$config['gcal_service_account_path'] = APPPATH . 'config/service-account-key.json';
|
|
$config['gcal_evelin_calendar_id'] = 'katozoltan0804@gmail.com'; // Evelin's Calendar ID (e.g. her Gmail address)
|
|
$config['ntfy_topic'] = 'studiobeve-bookings-k9x3'; // ntfy.sh topic for push notifications
|