use env vars
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user