Better support for environement variables
This commit is contained in:
parent
cb5685dd41
commit
fd4f8113ef
6 changed files with 25 additions and 12 deletions
|
|
@ -10,7 +10,10 @@ export const { getKcContext } = createGetKcContext<KcContextExtension>({
|
|||
pageId: "my-extra-page-2.ftl",
|
||||
someCustomValue: "foo bar"
|
||||
}
|
||||
]
|
||||
],
|
||||
mockProperties: {
|
||||
MY_ENV_VARIABLE: "Mocked value"
|
||||
}
|
||||
});
|
||||
|
||||
export const { kcContext } = getKcContext({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue