Skip to content

Instantly share code, notes, and snippets.

@margauxflores
Created May 18, 2024 01:12
Show Gist options
  • Save margauxflores/ce8934bdc49ca48c7b781bf3c1357d25 to your computer and use it in GitHub Desktop.
Save margauxflores/ce8934bdc49ca48c7b781bf3c1357d25 to your computer and use it in GitHub Desktop.
morag env
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL="postgresql://morag_admin:J3tisnsd9@localhost:5432/morag?schema=public"
API_BASE_URL="http://localhost:3000"
NEXT_PUBLIC_API_URL="http://localhost:3000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment