mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
55f3bd9b60
Signed-off-by: David Mehren <git@herrmehren.de>
19 lines
457 B
Text
19 lines
457 B
Text
# SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# General settings
|
|
HD_BASE_URL="http://localhost:8080"
|
|
HD_SESSION_SECRET="session_secret"
|
|
|
|
# Database settings
|
|
HD_DATABASE_TYPE="sqlite"
|
|
HD_DATABASE_NAME="./hedgedoc.sqlite"
|
|
|
|
# Uploads
|
|
HD_MEDIA_BACKEND="filesystem"
|
|
HD_MEDIA_BACKEND_FILESYSTEM_UPLOAD_PATH="uploads/"
|
|
|
|
# Auth
|
|
HD_AUTH_LOCAL_ENABLE_LOGIN="true"
|
|
HD_AUTH_LOCAL_ENABLE_REGISTER="true"
|