Give test container credentials
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "keycloak-react-theming",
|
"name": "keycloak-react-theming",
|
||||||
"version": "0.0.14",
|
"version": "0.0.15",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "keycloak-react-theming",
|
"name": "keycloak-react-theming",
|
||||||
"version": "0.0.14",
|
"version": "0.0.15",
|
||||||
"description": "Keycloak theme generator for Reacts app",
|
"description": "Keycloak theme generator for Reacts app",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -70,7 +70,7 @@ if (require.main === module) {
|
|||||||
'',
|
'',
|
||||||
`$ ./${pathRelative(reactProjectDirPath, pathJoin(keycloakThemeBuildingDirPath, containerLaunchScriptBasename))}`,
|
`$ ./${pathRelative(reactProjectDirPath, pathJoin(keycloakThemeBuildingDirPath, containerLaunchScriptBasename))}`,
|
||||||
'',
|
'',
|
||||||
'To enable the theme within keycloak log into the admin console, create a realm (called "myrealm" for example),',
|
'To enable the theme within keycloak log into the admin console ( username: admin, password: admin), create a realm (called "myrealm" for example),',
|
||||||
`go to your realm settings, click on the theme tab then select ${parsedPackageJson.name}.`,
|
`go to your realm settings, click on the theme tab then select ${parsedPackageJson.name}.`,
|
||||||
`More details: https://www.keycloak.org/getting-started/getting-started-docker`,
|
`More details: https://www.keycloak.org/getting-started/getting-started-docker`,
|
||||||
'',
|
'',
|
||||||
|
Reference in New Issue
Block a user