PHP 8.3.30
Preview: config.php Size: 1.98 KB
/proc/thread-self/root/var/softaculous/easyapmt/config.php

<?php
/* ----------------------------------------------------------------------------
 * Easy!Appointments - Online Appointment Scheduler
 *
 * @package     EasyAppointments
 * @author      A.Tselegidis <alextselegidis@gmail.com>
 * @copyright   Copyright (c) Alex Tselegidis
 * @license     https://opensource.org/licenses/GPL-3.0 - GPLv3
 * @link        https://easyappointments.org
 * @since       v1.0.0
 * ---------------------------------------------------------------------------- */

/**
 * Easy!Appointments Configuration File
 *
 * Set your installation BASE_URL * without the trailing slash * and the database
 * credentials in order to connect to the database. You can enable the DEBUG_MODE
 * while developing the application.
 *
 * Set the default language by changing the LANGUAGE constant. For a full list of
 * available languages look at the /application/config/config.php file.
 *
 * IMPORTANT:
 * If you are updating from version 1.0 you will have to create a new "config.php"
 * file because the old "configuration.php" is not used anymore.
 */
class Config
{
    // ------------------------------------------------------------------------
    // GENERAL SETTINGS
    // ------------------------------------------------------------------------

    const BASE_URL = '[[softurl]]';
    const LANGUAGE = 'english';
    const DEBUG_MODE = false;

    // ------------------------------------------------------------------------
    // DATABASE SETTINGS
    // ------------------------------------------------------------------------

    const DB_HOST = '[[softdbhost]]';
    const DB_NAME = '[[softdb]]';
    const DB_USERNAME = '[[softdbuser]]';
    const DB_PASSWORD = '[[softdbpass]]';

    // ------------------------------------------------------------------------
    // GOOGLE CALENDAR SYNC
    // ------------------------------------------------------------------------

    const GOOGLE_SYNC_FEATURE = false; // Enter TRUE or FALSE
    const GOOGLE_CLIENT_ID = '';
    const GOOGLE_CLIENT_SECRET = '';
}

Directory Contents

Dirs: 6 × Files: 15

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2025-08-28 17:49:32
Edit Download
php53 DIR
- drwxr-xr-x 2025-08-28 17:49:32
Edit Download
php56 DIR
- drwxr-xr-x 2025-08-28 17:49:32
Edit Download
php71 DIR
- drwxr-xr-x 2025-08-28 17:49:32
Edit Download
php81 DIR
- drwxr-xr-x 2025-08-28 17:49:32
Edit Download
php82 DIR
- drwxr-xr-x 2025-08-28 17:49:32
Edit Download
8.97 KB lrw-r--r-- 2025-08-28 08:38:16
Edit Download
3.45 KB lrw-r--r-- 2025-08-28 12:31:58
Edit Download
1.98 KB lrw-r--r-- 2024-07-08 11:17:06
Edit Download
19.20 KB lrw-r--r-- 2025-08-28 08:38:16
Edit Download
37.48 MB lrw-r--r-- 2025-08-28 08:38:16
Edit Download
4.29 KB lrw-r--r-- 2025-08-28 12:31:58
Edit Download
433 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
134 B lrw-r--r-- 2024-07-08 11:17:06
Edit Download
3.10 KB lrw-r--r-- 2025-08-28 12:31:58
Edit Download
3.58 KB lrw-r--r-- 2025-08-28 08:38:16
Edit Download
921 B lrw-r--r-- 2021-12-23 11:54:36
Edit Download
5.27 KB lrw-r--r-- 2025-08-28 12:31:58
Edit Download
1.05 KB lrw-r--r-- 2021-12-23 11:54:36
Edit Download
2.72 KB lrw-r--r-- 2025-08-28 12:31:58
Edit Download
194 B lrw-r--r-- 2024-07-08 11:17:06
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).