Fix sample code indent
This commit is contained in:
parent
bd409cb451
commit
0ad6e14761
1 changed files with 7 additions and 7 deletions
|
@ -70,14 +70,14 @@ object, rather than the `keycloak.json` file:
|
||||||
[source,javascript]
|
[source,javascript]
|
||||||
----
|
----
|
||||||
let kcConfig = {
|
let kcConfig = {
|
||||||
clientId: 'myclient',
|
clientId: 'myclient',
|
||||||
bearerOnly: true,
|
bearerOnly: true,
|
||||||
serverUrl: 'http://localhost:8080/auth',
|
serverUrl: 'http://localhost:8080/auth',
|
||||||
realm: 'myrealm',
|
realm: 'myrealm',
|
||||||
realmPublicKey: 'MIIBIjANB...'
|
realmPublicKey: 'MIIBIjANB...'
|
||||||
};
|
};
|
||||||
|
|
||||||
let keycloak = new Keycloak({ store: memoryStore }, kcConfig);
|
let keycloak = new Keycloak({ store: memoryStore }, kcConfig);
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue