added replicas for docker swarm
This commit is contained in:
16
.env.prod
16
.env.prod
@@ -7,18 +7,18 @@ AUTH_HUB_SECRET=var
|
||||
AUTH_DISPATCH_COOKIE_PREFIX=DISPATCH
|
||||
AUTH_HUB_COOKIE_PREFIX=HUB
|
||||
|
||||
AUTH_DISPATCH_URL=http://localhost:3001
|
||||
AUTH_HUB_URL=http://localhost:3000
|
||||
AUTH_DISPATCH_URL=http://premiumag.de:3001
|
||||
AUTH_HUB_URL=http://premiumag.de:3000
|
||||
NEXT_PUBLIC_DISPATCH_SERVICE_ID=1
|
||||
|
||||
|
||||
# ───────────────────────────────────────────────
|
||||
# 🌐 Öffentliche URLs
|
||||
# ───────────────────────────────────────────────
|
||||
NEXT_PUBLIC_HUB_URL=http://localhost:3000
|
||||
NEXT_PUBLIC_HUB_SERVER_URL=http://localhost:3003
|
||||
NEXT_PUBLIC_DISPATCH_URL=http://localhost:3001
|
||||
NEXT_PUBLIC_DISPATCH_SERVER_URL=http://localhost:3002
|
||||
NEXT_PUBLIC_HUB_URL=http://premiumag.de:3000
|
||||
NEXT_PUBLIC_HUB_SERVER_URL=http://premiumag.de:3003
|
||||
NEXT_PUBLIC_DISPATCH_URL=http://premiumag.de:3001
|
||||
NEXT_PUBLIC_DISPATCH_SERVER_URL=http://premiumag.de:3002
|
||||
|
||||
# ───────────────────────────────────────────────
|
||||
# 🗄️ Datenbank
|
||||
@@ -50,10 +50,10 @@ HUB_URL=
|
||||
# ───────────────────────────────────────────────
|
||||
# 📚 Moodle
|
||||
# ───────────────────────────────────────────────
|
||||
MOODLE_URL=http://localhost:8081
|
||||
MOODLE_URL=http://premiumag.de:8081
|
||||
MOODLE_API_TOKEN=ac346f0324647b68488d13fd52a9bbe8
|
||||
MOODLE_USER_PASSWORD=var-api-user-P1
|
||||
NEXT_PUBLIC_MOODLE_URL=http://localhost:8081
|
||||
NEXT_PUBLIC_MOODLE_URL=http://premiumag.de:8081
|
||||
|
||||
# ───────────────────────────────────────────────
|
||||
# 📧 E-Mail Einstellungen (nur HUB Server)
|
||||
|
||||
Reference in New Issue
Block a user