Prisma init.
This commit is contained in:
15
backend/.env
Normal file
15
backend/.env
Normal file
@@ -0,0 +1,15 @@
|
||||
ST_API_URL=http://server.home:3567
|
||||
ST_API_KEY=56e5638525c7385faaf4f10d781d64e81e0ae9e2ef5e6cf7328064e8f1d377c7
|
||||
APP_PORT=3300
|
||||
APP_NAME=Fluxem
|
||||
APP_URL=http://localhost:3300
|
||||
WEBAPP_URL=http://localhost:3000
|
||||
|
||||
# This was inserted by `prisma init`:
|
||||
# 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://postgres:502bde780ce8ba101572@server.home:5432/fluxem?schema=public"
|
||||
Reference in New Issue
Block a user