REST Service for POPCORN - ILIAS
alex
2025-08-13 c7bb3d470433e1722212d3819cf3676fe4c0c155
update settings
1 files added
2 files modified
10 ■■■■ changed files
app.js 1 ●●●● patch | view | raw | blame | history
vue/.env.production 4 ●●●● patch | view | raw | blame | history
vue/.env.test 5 ●●●●● patch | view | raw | blame | history
app.js
@@ -8,6 +8,7 @@
const dayjs = require("dayjs")
const log = require("./logger")
log.info("")
log.info(`--- STARTUP ${dayjs().format("DD.MM.YYYY HH:mm:ss")} ---`)
const db = require("./lib/db")
vue/.env.production
@@ -1,5 +1,5 @@
VITE_API_BASE="https://globusfm-dev2.minervis.com/popcorn/api"
VITE_ILIAS_BASE="https://globusfm-dev2.minervis.com"
VITE_API_BASE="https://www.lernen-mit-globus-baumarkt.de/popcorn/api"
VITE_ILIAS_BASE="https://www.lernen-mit-globus-baumarkt.de"
VITE_POPCORN_BASE="http://localhost:3000"
VITE_POPCORN_BASE2="http://localhost:3000"
VITE_ROUTER_BASE="/popcorn"
vue/.env.test
New file
@@ -0,0 +1,5 @@
VITE_API_BASE="https://globusfm-dev2.minervis.com/popcorn/api"
VITE_ILIAS_BASE="https://globusfm-dev2.minervis.com"
VITE_POPCORN_BASE="http://localhost:3000"
VITE_POPCORN_BASE2="http://localhost:3000"
VITE_ROUTER_BASE="/popcorn"