updated configuration to comment out optional property value in example

pull/988/head
Justin Richer 2015-11-24 12:17:32 -05:00
parent 7b34a666d9
commit 70751a3d4a
1 changed files with 3 additions and 3 deletions

View File

@ -43,15 +43,15 @@
<!-- This property sets the lifetime of registration access tokens, in seconds. Leave it unset (null) for no rotation. -->
<!-- <property name="regTokenLifeTime" value="172800" /> -->
<!-- This property forces the issuer value to start with "https" -->
<!-- This property forces the issuer value to start with "https", recommended on production servers -->
<!-- <property name="forceHttps" value="true" /> -->
<!-- This property sets the locale for server text -->
<!-- <property name="locale" value="sv" /> -->
<!-- This property indicates if a dynamically registered client supports dual flows, such as client_credentials
at the same time with authorization_code or implicit -->
<property name="dualClient" value="false"/>
<!-- <property name="dualClient" value="true" /> -->
</bean>