REST Service for POPCORN - ILIAS
Ahmed Hamouda
2 days ago 6f646e1c80a608c68d69b9f435644b32a3ed7389
update test server env settings to kallichore
2 files modified
10 ■■■■ changed files
settings.test.json 8 ●●●● patch | view | raw | blame | history
vue/.env.test 2 ●●● patch | view | raw | blame | history
settings.test.json
@@ -1,13 +1,13 @@
{
   "authtoken": "jiuGfr432898D90290kjfsldkfn3hh8F",
   "port": 4101,
   "restUrl": "https://globusfm-dev2.minervis.com/popcorn",
   "restUrl": "http://localhost:4101",
   "db": {
      "host": "localhost",
      "host": "dysnomia.ms.minervis.com",
      "port": 3306,
      "database": "ilias_globusfachtest",
      "user": "globusfachtestadmin",
      "password": "f5A3IO2x8ulOxEMe10i8"
      "user": "globusfachtestapi",
      "password": "j81X2lyvDNwxPnbAyTae"
   },
   "ilias": {
      "urlDoc": "Url of custom ILIAS PHP file",
vue/.env.test
@@ -1,4 +1,4 @@
VITE_API_BASE="https://globusfm-dev2.minervis.com/popcorn/api"
VITE_API_BASE="https://kallichore.ms.minervis.com/popcorn/api"
VITE_ILIAS_BASE="https://globusfm-dev2.minervis.com"
VITE_POPCORN_BASE="http://localhost:3000"
VITE_POPCORN_BASE2="http://localhost:3000"