Skip to content

Commit 72199bb

Browse files
committed
Fix nextjs E2E app
1 parent e138e39 commit 72199bb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

e2e/nextjs/.env

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
NEXT_PUBLIC_HIGHLIGHT_PROJECT_ID='1'
2+
NEXT_PUBLIC_HIGHLIGHT_OTLP_ENDPOINT='http://localhost:4318'
3+
NEXT_PUBLIC_HIGHLIGHT_BACKEND_URL='http://localhost:8082/public'
4+
5+
# This was inserted by `prisma init`:
6+
# Environment variables declared in this file are automatically made available to Prisma.
7+
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
8+
9+
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
10+
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
11+
DATABASE_URL="file:./dev.db"

0 commit comments

Comments
 (0)