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