mirror of
https://github.com/documenso/documenso.git
synced 2025-11-25 06:01:35 +10:00
chore: implemented feedback
This commit is contained in:
14
.env.example
14
.env.example
@ -15,6 +15,20 @@ NEXT_PRIVATE_DATABASE_URL="postgres://documenso:password@127.0.0.1:54320/documen
|
||||
# Defines the URL to use for the database when running migrations and other commands that won't work with a connection pool.
|
||||
NEXT_PRIVATE_DIRECT_DATABASE_URL="postgres://documenso:password@127.0.0.1:54320/documenso"
|
||||
|
||||
# [[E2E Tests]]
|
||||
E2E_TEST_SIGNER_NAME="Test Signer"
|
||||
E2E_TEST_SIGNER_EMAIL="testsigner@mail.com"
|
||||
E2E_TEST_SIGNING_SUBJECT="Test subject"
|
||||
E2E_TEST_SIGNING_MESSAGE="Test message"
|
||||
# User for the "auth.setup.ts" file and the authenticated tests
|
||||
E2E_TEST_AUTHENTICATE_USERNAME="New user"
|
||||
E2E_TEST_AUTHENTICATE_USER_EMAIL="mytestnewuser@mail.com"
|
||||
E2E_TEST_AUTHENTICATE_USER_PASSWORD="new_test_password"
|
||||
# User for the *.unauthenticated.ts files
|
||||
E2E_TEST_USERNAME="Test"
|
||||
E2E_TEST_USER_EMAIL="mytestuser@mail.com"
|
||||
E2E_TEST_USER_PASSWORD="test_password"
|
||||
|
||||
# [[STORAGE]]
|
||||
# OPTIONAL: Defines the storage transport to use. Available options: database (default) | s3
|
||||
NEXT_PUBLIC_UPLOAD_TRANSPORT="database"
|
||||
|
||||
Reference in New Issue
Block a user