joplin-server/.env.sample

27 lines
987 B
Plaintext
Raw Permalink Normal View History

2024-10-02 13:31:59 +02:00
# =============================================================================
# PRODUCTION CONFIG EXAMPLE
# -----------------------------------------------------------------------------
# By default it will use SQLite, but that's mostly to test and evaluate the
# server. So you'll want to specify db connection settings to use Postgres.
# =============================================================================
#
APP_BASE_URL=
APP_PORT=
#
DB_CLIENT=
POSTGRES_PASSWORD=
POSTGRES_DATABASE=
POSTGRES_USER=
POSTGRES_PORT=
POSTGRES_HOST=
# =============================================================================
# DEV CONFIG EXAMPLE
# -----------------------------------------------------------------------------
# Example of local config, for development. In dev mode, you would usually use
# SQLite so database settings are not needed.
# =============================================================================
#
# APP_BASE_URL=http://localhost:22300
# APP_PORT=22300