25 lines
1.4 KiB
Bash
25 lines
1.4 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
|
|
ALLSTAR_TOKEN=ed033ac0-5df7-482e-a322-e2b4601955d3
|
|
PTERODACTYL_APP_API=ptla_O6Je82OvlCBFITDRgB1ZJ95AIyUSXYnVGgwRF6pO6d9
|
|
PTERODACTYL_CLIENT_API=ptlc_6NXqjxieIekaULga2jmuTPyPwdziigT82PRbrg3G4S7
|
|
PTERO_PANEL_URL=https://panel.ironieopen.de
|
|
PTERO_SERVER_SFTP_URL=sftp://panel.ironieopen.de:2022
|
|
PTERO_SERVER_SFTP_USER=army.37a11489
|
|
PTERO_SERVER_SFTP_PASSWORD=IJHoYHTXQvJkCxkycTYM
|
|
PTERO_SERVER_ID=37a11489 |