added env example with tokens

This commit is contained in:
PxlLoewe
2025-03-24 10:03:01 -07:00
parent 2a5938b6b1
commit 740560fba6
5 changed files with 22 additions and 21 deletions

View File

@@ -1,4 +1,6 @@
PORT=3002
REDIS_HOST=localhost
REDIS_PORT=6379
DISPATCH_APP_TOKEN=
DISPATCH_APP_TOKEN=dispatch
LIVEKIT_API_KEY=APIAnsGdtdYp2Ho
LIVEKIT_API_SECRET=tdPjVsYUx8ddC7K9NvdmVAeLRF9GeADD6Fedm1x63fWC

View File

@@ -6,4 +6,6 @@ NEXT_PUBLIC_HUB_URL=http://localhost:3000
NEXT_PUBLIC_PUBLIC_URL=http://localhost:3001
NEXT_PUBLIC_SERVICE_ID=1
DATABASE_URL=postgresql://persistant-data:persistant-data-pw@localhost:5432/var
NEXT_PUBLIC_LIVEKIT_URL=ws://localhost:7880
NEXT_PUBLIC_LIVEKIT_URL=ws://localhost:7880
LIVEKIT_API_KEY=APIAnsGdtdYp2Ho
LIVEKIT_API_SECRET=tdPjVsYUx8ddC7K9NvdmVAeLRF9GeADD6Fedm1x63fWC

View File

@@ -1,8 +1,8 @@
API_PORT=
MOODLE_TOKEN=
MOODLE_URL=
MAIL_SERVER=
MAIL_USER=
MAIL_PASSWORD=
MAIL_PORT=
HUB_URL=http://localhost:3000
API_PORT=3003
MOODLE_TOKEN=ac346f0324647b68488d13fd52a9bbe8
MOODLE_URL=http://localhost:8081
MAIL_SERVER="asmtp.mail.hostpoint.ch"
MAIL_USER="noreply@virtualairrescue.com"
MAIL_PASSWORD="b7316PB8aDPCC%-&"
MAIL_PORT=465
HUB_URL=

View File

@@ -1,10 +1,13 @@
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=
NEXT_PUBLIC_MOODLE_URL=
DATABASE_URL=
NEXTAUTH_COOKIE_PREFIX=HUB
NEXTAUTH_SECRET=var
DATABASE_URL=postgresql://persistant-data:persistant-data-pw@localhost:5432/var
DISCORD_OAUTH_CLIENT_ID=
DISCORD_OAUTH_SECRET=
DISCORD_BOT_TOKEN=
NEXT_PUBLIC_DISCORD_URL=
DISCORD_REDIRECT=
MOODLE_TOKEN=
MOODLE_PW=var-api-user-P1
MOODLE_TOKEN=ac346f0324647b68488d13fd52a9bbe8
NEXT_PUBLIC_MOODLE_URL=http://localhost:8081
NEXT_PUBLIC_HUB_SERVER_URL=http://localhost:3003

View File

@@ -1,7 +1 @@
# 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://user:pw@localhost:5432/var
DATABASE_URL=postgresql://persistant-data:persistant-data-pw@localhost:5432/var