use env vars

This commit is contained in:
jona.klaess
2026-06-08 15:22:18 +02:00
parent 4d7482c000
commit f5c9aa8807
3 changed files with 15 additions and 15 deletions

View File

@@ -61,16 +61,16 @@ module.exports = configure(function (/* ctx */) {
// publicPath: '/',
// analyze: true,
env: {
//Defined in realm_export.json
KEYCLOAK_REALM:'PraxistransferKeycloak',
KEYCLOAK_CLIENT_ID:'praxistransfer',
// env: {
// //Defined in realm_export.json
// KEYCLOAK_REALM:'PraxistransferKeycloak',
// KEYCLOAK_CLIENT_ID:'praxistransfer',
//Defined in realm_export.json, initialize_keycloak.sh and quasar.config.js
PORT_KEYCLOAK:8083,
PORT_FRONTEND:frontendPort,
PORT_BACKEND:8081,
},
// //Defined in realm_export.json, initialize_keycloak.sh and quasar.config.js
// PORT_KEYCLOAK:8083,
// PORT_FRONTEND:frontendPort,
// PORT_BACKEND:8081,
// },
// rawDefine: {}
// ignorePublicFolder: true,
// minify: false,