Skip to content

Configuration

Base url

This is the base public URL where the app will be running.

NameValue
Typestring
DefaultRequired
Examplehttp://localhost:3000
ENVAPP_BASE_URL

Session password

The session protection password, 32 characters long, is required to encrypt the current user session.

NameValue
Typestring
DefaultRequired
ENVAPP_SESSION_PASSWORD

Allow registration

If true is set, any user will be able to register. If false, user self-registration is disabled, and only the administrator can create users.

NameValue
Typeboolean
Defaulttrue
ENVAPP_AUTH_ALLOW_REGISTRATION

Account allow delete

If true is set, any user can delete their profile. Absolutely everything associated with it is deleted.

NameValue
Typeboolean
Defaultfalse
ENVAPP_ACCOUNT_ALLOW_DELETE

Email

Setting up e-mail. It is necessary for sending emails about password recovery, notifications about invitations to the project.

TIP

You can read more at advanced email

Host

Outgoing mail server.

NameValue
Typestring
Examplesmtp.gmail.com
ENVAPP_EMAIL_HOST

Port

Outgoing server port.

NameValue
Typeinteger
Example587
ENVAPP_EMAIL_PORT

From

Return Mail Address. Mail will be sent from this name. It is almost always the same as the login.

NameValue
Typestring
Exampleno-reply@example.com
ENVAPP_EMAIL_FROM

Auth user

Login from the account from which the message will be sent. Some providers require a domain name, as shown in the example.

NameValue
Typestring
Exampleno-reply@example.com
ENVAPP_EMAIL_AUTH_USER

Auth password

Password from the account from which the message will be sent.

NameValue
Typestring
ENVAPP_EMAIL_AUTH_PASSWORD

This option disables the sponsored link at the bottom of the app.

Пояснение

We give you the option to disable the sponsored link so other users don't see it. In turn, please make any donation to support the project.

Sponsoring on Boosty
NameValue
Typeboolean
Defaultfalse
ENVAPP_PUBLIC_DISABLE_SPONSOR_LINK

This option disables the link to the GitHub repository at the bottom of the application.

TIP

We provide the option to disable the source link so that other users do not see it. In turn, please make any donation to support the project.

Sponsoring on Boosty
NameValue
Typeboolean
Defaultfalse
ENVAPP_PUBLIC_DISABLE_SOURCE_LINK

Released under the AGPL-3.0 License