changed example env
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
API_PORT=3003
|
HUB_SERVER_PORT=3003
|
||||||
MOODLE_TOKEN=ac346f0324647b68488d13fd52a9bbe8
|
MOODLE_TOKEN=ac346f0324647b68488d13fd52a9bbe8
|
||||||
|
NEXT_PUBLIC_HUB_URL=http://localhost:3000
|
||||||
MOODLE_URL=http://localhost:8081
|
MOODLE_URL=http://localhost:8081
|
||||||
MAIL_SERVER="asmtp.mail.hostpoint.ch"
|
MAIL_SERVER="asmtp.mail.hostpoint.ch"
|
||||||
MAIL_USER="noreply@virtualairrescue.com"
|
MAIL_USER="noreply@virtualairrescue.com"
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
NEXTAUTH_URL=http://localhost:3000
|
NEXTAUTH_URL=http://localhost:3000
|
||||||
|
NEXT_PUBLIC_HUB_SERVER_URL=http://localhost:3003
|
||||||
AUTH_HUB_COOKIE_PREFIX=HUB
|
AUTH_HUB_COOKIE_PREFIX=HUB
|
||||||
AUTH_HUB_SECRET=var
|
AUTH_HUB_SECRET=var
|
||||||
DATABASE_URL=postgresql://persistant-data:persistant-data-pw@localhost:5432/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_PW=var-api-user-P1
|
||||||
MOODLE_TOKEN=ac346f0324647b68488d13fd52a9bbe8
|
MOODLE_TOKEN=ac346f0324647b68488d13fd52a9bbe8
|
||||||
NEXT_PUBLIC_MOODLE_URL=http://localhost:8081
|
NEXT_PUBLIC_MOODLE_URL=http://localhost:8081
|
||||||
NEXT_PUBLIC_HUB_SERVER_URL=http://localhost:3003
|
|
||||||
NEXT_PUBLIC_DISPATCH_URL=http://localhost:3001
|
NEXT_PUBLIC_DISPATCH_URL=http://localhost:3001
|
||||||
Reference in New Issue
Block a user