add KC_REALMS
This commit is contained in:
parent
6c9b781f76
commit
dd72971252
1 changed files with 1 additions and 1 deletions
|
|
@ -1270,7 +1270,7 @@ export class CommandController extends Controller {
|
||||||
|
|
||||||
// get admin token
|
// get admin token
|
||||||
const response = await axios.post(
|
const response = await axios.post(
|
||||||
`${process.env.KC_URL}/realms/${process.env.KC_REALM}/protocol/openid-connect/token`,
|
`${process.env.KC_URL}/realms/${process.env.KC_REALMS}/protocol/openid-connect/token`,
|
||||||
postData,
|
postData,
|
||||||
{
|
{
|
||||||
headers: {
|
headers: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue