-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
17 lines (10 loc) · 766 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AUTH_GITLAB_ID=b1f23a2595252fd79e9a3c6f3fd1f09299169dc3ff2fafcb674bfbe9dc5cd2c2
AUTH_GITLAB_SECRET=gloas-4521a6c2b5a74eff9bb99b87228e2cec759bad38d19058467d34b7d4c6dcb583
AUTH_SECRET="A2C5k4QVP8QhJwjH5shCgd/Z/pHk5auH6hw12L1X+B8="
AUTH_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="file:./dev.db"