diff --git a/.env.example b/.env.example index 476ad901e..fb22bbedf 100644 --- a/.env.example +++ b/.env.example @@ -15,11 +15,6 @@ 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="" -E2E_TEST_USER_EMAIL="" -E2E_TEST_USER_PASSWORD="" - # [[STORAGE]] # OPTIONAL: Defines the storage transport to use. Available options: database (default) | s3 NEXT_PUBLIC_UPLOAD_TRANSPORT="database"