Add Console Settings -> Security front-end (#2079)

This commit is contained in:
Pavlo Tkach
2023-07-26 12:50:31 -04:00
committed by GitHub
parent 9873772150
commit 9b17adcb28
19 changed files with 545 additions and 21 deletions
+3 -1
View File
@@ -2,6 +2,8 @@
"/console-api":
{
"target": "http://localhost:8080",
"secure": true
"secure": false,
"logLevel": "debug",
"changeOrigin": true
}
}