journal deffault client id
All checks were successful
platform/bro-js/journal.pl/pipeline/head This commit looks good

This commit is contained in:
Primakov Alexandr Alexandrovich 2025-01-08 22:52:18 +03:00
parent c1311f351c
commit 4eb8ace12b

View File

@ -12,7 +12,7 @@ module.exports = {
new webpack.DefinePlugin({
KC_URL: process.env.KC_URL || '"https://kc.bro-js.ru"',
KC_REALM: process.env.KC_REALM || '"bro-js"',
KC_CLIENT_ID: process.env.KC_CLIENT_ID || '"microfrontend-admin"',
KC_CLIENT_ID: process.env.KC_CLIENT_ID || '"journal"',
}),
],
},