forked from WolvenKit/redapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env_default
More file actions
24 lines (20 loc) · 873 Bytes
/
.env_default
File metadata and controls
24 lines (20 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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:postgresTest@localhost:5432/prod?schema=public"
NEXUSMODS_URI="https://api.nexusmods.com/v2/graphql"
GITHUB_URI="https://api.github.com/graphql"
GITHUB_APP_KEY_FILE=""
GITHUB_APP_ID=""
GITHUB_INSTALLATION_ID=""
JWT_SECRET=""
DISCORD_TOKEN=""
DISCORD_SECRET=""
SSL_KEY="wsl.local.key"
SSL_CERT="wsl.local.crt"
HOSTNAME="localhost"
PORT="3000"
HOSTNAME_METHOD="http"
BOT_TOKEN="TOKEN"
REDIRECT_URL="/"