changed example env

This commit is contained in:
PxlLoewe
2025-05-31 17:27:14 -07:00
parent b4253f68e9
commit 2f297ed878
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
API_PORT=3003
HUB_SERVER_PORT=3003
MOODLE_TOKEN=ac346f0324647b68488d13fd52a9bbe8
NEXT_PUBLIC_HUB_URL=http://localhost:3000
MOODLE_URL=http://localhost:8081
MAIL_SERVER="asmtp.mail.hostpoint.ch"
MAIL_USER="noreply@virtualairrescue.com"

View File

@@ -1,4 +1,5 @@
NEXTAUTH_URL=http://localhost:3000
NEXT_PUBLIC_HUB_SERVER_URL=http://localhost:3003
AUTH_HUB_COOKIE_PREFIX=HUB
AUTH_HUB_SECRET=var
DATABASE_URL=postgresql://persistant-data:persistant-data-pw@localhost:5432/var
@@ -10,5 +11,4 @@ DISCORD_REDIRECT=
MOODLE_PW=var-api-user-P1
MOODLE_TOKEN=ac346f0324647b68488d13fd52a9bbe8
NEXT_PUBLIC_MOODLE_URL=http://localhost:8081
NEXT_PUBLIC_HUB_SERVER_URL=http://localhost:3003
NEXT_PUBLIC_DISPATCH_URL=http://localhost:3001