From 2f297ed878143a43d2a06698c30c4efa540c8e42 Mon Sep 17 00:00:00 2001 From: PxlLoewe <72106766+PxlLoewe@users.noreply.github.com> Date: Sat, 31 May 2025 17:27:14 -0700 Subject: [PATCH] changed example env --- apps/hub-server/.env.example | 3 ++- apps/hub/.env.example | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/hub-server/.env.example b/apps/hub-server/.env.example index 7ecd02b6..22d86d8a 100644 --- a/apps/hub-server/.env.example +++ b/apps/hub-server/.env.example @@ -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" diff --git a/apps/hub/.env.example b/apps/hub/.env.example index 29068ec8..1e71eee0 100644 --- a/apps/hub/.env.example +++ b/apps/hub/.env.example @@ -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 \ No newline at end of file