mirror of
https://github.com/documenso/documenso.git
synced 2025-11-22 04:31:39 +10:00
chore: updated GitHub Action
This commit is contained in:
@ -15,6 +15,15 @@ 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_USERNAME="Test User"
|
||||
E2E_TEST_USER_EMAIL="test_user@mail.com"
|
||||
E2E_TEST_USER_PASSWORD="tesst_user"
|
||||
E2E_TEST_SIGNER_EMAIL="test_signer@mail.com"
|
||||
E2E_TEST_SIGNER_NAME="Test Signer"
|
||||
E2E_TEST_SIGNING_SUBJECT="Sign this document"
|
||||
E2E_TEST_SIGNING_MESSAGE="Please sign this document"
|
||||
|
||||
# [[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