- Connected keycloak
- changed backend-api port - started to work with the keycloak token to receive userdata - connected backend-api
This commit is contained in:
@@ -68,7 +68,7 @@ module.exports = configure(function (/* ctx */) {
|
||||
//Defined in realm_export.json, initialize_keycloak.sh and quasar.config.js
|
||||
PORT_KEYCLOAK:8083,
|
||||
PORT_FRONTEND:8080,
|
||||
PORT_BACKEND:8181,
|
||||
PORT_BACKEND:8081,
|
||||
},
|
||||
// rawDefine: {}
|
||||
// ignorePublicFolder: true,
|
||||
@@ -102,6 +102,7 @@ module.exports = configure(function (/* ctx */) {
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
// Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#devServer
|
||||
devServer: {
|
||||
// https: true
|
||||
|
||||
Reference in New Issue
Block a user