17 lines
1.0 KiB
Bash
17 lines
1.0 KiB
Bash
# 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:Timmy0104199%3F@localhost:5432/ironie"
|
|
SHARE_CODE_SECRET_KEY=6f9d4a2951b8eae35cdd3fb28e1a74550d177c3900ad1111c8e48b4e3b39bba4
|
|
SHARE_CODE_IV=9f1d67b8a3c4d261fa2b7c44a1d4f9c8
|
|
STEAM_API_KEY=0B3B2BF79ECD1E9262BB118A7FEF1973
|
|
STEAM_USERNAME=ironiebot
|
|
STEAM_PASSWORD=QGEgGxaQoIFz16rDvMcO
|
|
STEAM_SHARED_SECRET=test
|
|
STEAMCMD_PATH=C:\Users\Rother\Desktop\dev\ironie\steamcmd\steamcmd.exe
|
|
NEXTAUTH_SECRET=ironieopen
|
|
NEXTAUTH_URL=http://localhost:3000
|
|
AUTH_SECRET="57AUHXa+UmFrlnIEKxtrk8fLo+aZMtsa/oV6fklXkcE=" # Added by `npx auth`. Read more: https://cli.authjs.dev |