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]
|
||||
----
|
||||
let kcConfig = {
|
||||
clientId: 'myclient',
|
||||
bearerOnly: true,
|
||||
serverUrl: 'http://localhost:8080/auth',
|
||||
realm: 'myrealm',
|
||||
realmPublicKey: 'MIIBIjANB...'
|
||||
};
|
||||
clientId: 'myclient',
|
||||
bearerOnly: true,
|
||||
serverUrl: 'http://localhost:8080/auth',
|
||||
realm: 'myrealm',
|
||||
realmPublicKey: 'MIIBIjANB...'
|
||||
};
|
||||
|
||||
let keycloak = new Keycloak({ store: memoryStore }, kcConfig);
|
||||
let keycloak = new Keycloak({ store: memoryStore }, kcConfig);
|
||||
----
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue