We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e138e39 commit 72199bbCopy full SHA for 72199bb
e2e/nextjs/.env
@@ -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