1 files added
2 files modified
| | |
| | | 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") |
| | |
| | | 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" |
| New file |
| | |
| | | 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" |