main

mattermost/focalboard

Last updated at: 29/12/2023 09:38

config.json

TLDR

This file contains configuration settings for the Cypress project.

Methods

No methods are defined in this file.

Classes

No classes are defined in this file.

{
    "serverRoot": "http://localhost:8088",
    "port": 8088,
    "dbtype": "sqlite3",
    "dbconfig": "file::memory:?cache=shared&_busy_timeout=5000",
    "useSSL": false,
    "webpath": "../pack",
    "filespath": "../../files",
    "telemetry": false,
    "webhook_update": [],
    "session_expire_time": 2592000,
    "session_refresh_time": 18000
}