Refactor Dockerfile and update environment configurations for improved API integration

This commit is contained in:
Vincent Guillet
2025-11-28 12:10:50 +01:00
parent b98995b7ae
commit 669a4cbe00
4 changed files with 13 additions and 17 deletions

View File

@@ -4,7 +4,9 @@
"secure": true,
"changeOrigin": true,
"logLevel": "debug",
"pathRewrite": { "^/ps": "/api" },
"pathRewrite": {
"^/ps": "/api"
},
"headers": {
"Authorization": "Basic MkFRUEcxM01KOFgxMTdVNkZKNU5HSFBTOTNIRTM0QUI="
}